public bool IsError { get; set; }
Public Property IsError As Boolean Get Set
public: property bool IsError { bool get (); void set (bool value); }
member IsError : bool with get, set
In This Article