StoreAppLicense.TrialTimeRemaining Property

Definition

Gets the remaining time for the usage-limited trial that is associated with this app license.

public:
 property TimeSpan TrialTimeRemaining { TimeSpan get(); };
TimeSpan TrialTimeRemaining();
public System.TimeSpan TrialTimeRemaining { get; }
var timeSpan = storeAppLicense.trialTimeRemaining;
Public ReadOnly Property TrialTimeRemaining As TimeSpan

Property Value

The remaining time for the usage-limited trial that is associated with this app license.

Remarks

This property is intended to be used by developers who have configured their app as a usage-limited trial in Partner Center. Usage-limited trials are currently available only to some developer accounts in Xbox managed partner programs.

Applies to