StoreAppLicense.ExtendedJsonData Property

Definition

Gets complete license data in JSON format.

public:
 property Platform::String ^ ExtendedJsonData { Platform::String ^ get(); };
winrt::hstring ExtendedJsonData();
public string ExtendedJsonData { get; }
var string = storeAppLicense.extendedJsonData;
Public ReadOnly Property ExtendedJsonData As String

Property Value

String

Platform::String

winrt::hstring

A JSON-formatted string that contains the complete license data.

Remarks

Use the ExtendedJsonData property to access the complete data for the StoreAppLicense object as a JSON-formatted string in your code. For more information about the structure of the data, see Data schemas for Store products.

Applies to

See also