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