StoreAppLicense.IsTrialOwnedByThisUser Property

Definition

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

Boolean

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.

Applies to