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