StoreAppLicense.TrialUniqueId 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 unique ID that identifies the combination of the current user and the usage-limited trial that is associated with this app license.
public:
property Platform::String ^ TrialUniqueId { Platform::String ^ get(); };
winrt::hstring TrialUniqueId();
public string TrialUniqueId { get; }
var string = storeAppLicense.trialUniqueId;
Public ReadOnly Property TrialUniqueId As String
Property Value
A unique ID that identifies the combination of the current user and 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.