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