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

属性值

true 表示错误; false 表示另一个条件,例如警告。

适用于