StoreSubscriptionInfo.HasTrialPeriod Property

Definition

Gets a value that indicates whether the subscription contains a trial period.

public:
 property bool HasTrialPeriod { bool get(); };
bool HasTrialPeriod();
public bool HasTrialPeriod { get; }
var boolean = storeSubscriptionInfo.hasTrialPeriod;
Public ReadOnly Property HasTrialPeriod As Boolean

Property Value

Boolean

bool

True if this subscription contains a trial period; otherwise, false.

Applies to