StoreSubscriptionInfo.TrialPeriod Property

Definition

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

UInt32

unsigned int

uint32_t

The duration of the trial period, in the units specified by the TrialPeriodUnit property.

Applies to