共用方式為


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.