Właściwość Warning.Severity
Pobiera lub ustawia ważności błąd lub ostrzeżenie.
Przestrzeń nazw: ReportService2006
Zestaw: ReportService2006 (w ReportService2006.dll)
Składnia
'Deklaracja
Public Property Severity As String
Get
Set
'Użycie
Dim instance As Warning
Dim value As String
value = instance.Severity
instance.Severity = value
public string Severity { get; set; }
public:
property String^ Severity {
String^ get ();
void set (String^ value);
}
member Severity : string with get, set
function get Severity () : String
function set Severity (value : String)
Wartość właściwości
Typ: System.String
A ciąg wartość zawierającą ważności błąd lub ostrzeżenie.