StoreSku.IsSubscription Property

Definition

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.

Applies to

See also