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.