StoreSubscriptionInfo.TrialPeriod 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 trial period for the subscription, in the units specified by the TrialPeriodUnit property. To determine whether the subscription has a trial period, use the HasTrialPeriod property.
public:
property unsigned int TrialPeriod { unsigned int get(); };
uint32_t TrialPeriod();
public uint TrialPeriod { get; }
var uInt32 = storeSubscriptionInfo.trialPeriod;
Public ReadOnly Property TrialPeriod As UInteger
Property Value
The duration of the trial period, in the units specified by the TrialPeriodUnit property.