Message 属性

Gets or sets a message that describes the error or warning. Read-only.

命名空间:  ReportExecution2005
程序集:  ReportExecution2005(在 ReportExecution2005.dll 中)

语法

声明
Public Property Message As String
    Get
    Set
用法
Dim instance As Warning
Dim value As String

value = instance.Message

instance.Message = value
public string Message { get; set; }
public:
property String^ Message {
    String^ get ();
    void set (String^ value);
}
member Message : string with get, set
function get Message () : String
function set Message (value : String)

属性值

类型:System. . :: . .String
A read-only String value.