Freigeben über


Warning.Severity-Eigenschaft

Gets or sets the severity type of the error or warning. Read-only.

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

'Declaration
Public Property Severity As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String
A read-only String value.

Hinweise

The possible values of the Severity property are Error and Warning.

Siehe auch

Verweis

Warning Klasse

ReportExecution2005-Namespace