共用方式為


IErrorPage.ErrorFlag 屬性

定義

取得或設定值,指出這是代表錯誤還是諸如警告的其他狀況。 true 表示錯誤。

public:
 property bool ErrorFlag { bool get(); void set(bool value); };
public bool ErrorFlag { get; set; }
member this.ErrorFlag : bool with get, set
Public Property ErrorFlag As Boolean

屬性值

Boolean

true 表示錯誤;false 表示諸如警告的其他狀況。

適用於