StoreSubscriptionInfo.BillingPeriod 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 the duration of the billing period for a subscription, in the units specified by the BillingPeriodUnit property.
public:
property unsigned int BillingPeriod { unsigned int get(); };
uint32_t BillingPeriod();
public uint BillingPeriod { get; }
var uInt32 = storeSubscriptionInfo.billingPeriod;
Public ReadOnly Property BillingPeriod As UInteger
Property Value
The duration of the billing period, in the units specified by the BillingPeriodUnit property.