IErrorPage.ErrorFlag Property

Definition

Gets or sets a value that indicates whether this represents an error or some other condition such as a warning. true denotes an error.

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

Property Value

true denotes an error; false denotes another condition such as a warning.

Applies to