Warning.Severity 속성

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

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005(ReportExecution2005.dll)

구문

‘선언
Public Property Severity As String 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.String
A read-only String value.

주의

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

참고 항목

참조

Warning 클래스

ReportExecution2005 네임스페이스