StoreAppLicense.TrialUniqueId Property

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to