StoreAppLicense.ExtendedJsonData 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 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
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.