Udostępnij za pośrednictwem


Właściwość Warning.Message

Pobiera lub ustawia komunikat o błędzie lub ostrzeżenie.

Przestrzeń nazw:  ReportService2010
Zestaw:  ReportService2010 (w ReportService2010.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.