StoreAppLicense.IsTrialOwnedByThisUser 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 a value that indicates whether the current user has an entitlement for the usage-limited trial that is associated with this app license.
public:
property bool IsTrialOwnedByThisUser { bool get(); };
bool IsTrialOwnedByThisUser();
public bool IsTrialOwnedByThisUser { get; }
var boolean = storeAppLicense.isTrialOwnedByThisUser;
Public ReadOnly Property IsTrialOwnedByThisUser As Boolean
Property Value
bool
True if the current user has an entitlement for the trial; otherwise, false.
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.