StoreAppLicense.TrialTimeRemaining 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 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.