Severity プロパティ
エラーまたは警告の重大度の種類を取得または設定します。読み取り専用です。
名前空間: 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
読み取り専用の String 値です。
説明
Severity プロパティの使用可能な値は Error と Warning です。