Proprietà Message
Gets or sets a message that describes the error or warning. Read-only.
Spazio dei nomi ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Sintassi
'Dichiarazione
Public Property Message As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .String
A read-only String value.