public bool IsSubscribed { get; init; }
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