Właściwość Warning.Message
Pobiera lub ustawia komunikat o błędzie lub ostrzeżenie.
Przestrzeń nazw: ReportService2006
Zestaw: ReportService2006 (w ReportService2006.dll)
Składnia
'Deklaracja
Public Property Message As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg wartość, która zawiera komunikat o błędzie lub ostrzeżenie.