StoreSku.IsSubscription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the current product SKU is a subscription with recurring billing. For more information about the subscription, see the SubscriptionInfo property.
public:
property bool IsSubscription { bool get(); };
bool IsSubscription();
public bool IsSubscription { get; }
var boolean = storeSku.isSubscription;
Public ReadOnly Property IsSubscription As Boolean
Property Value
Boolean
bool
True if the current product SKU is a recurring billing subscription; otherwise, false.