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