StoreAvailability.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 data for the current SKU availability from the Store in JSON format.
public:
property Platform::String ^ ExtendedJsonData { Platform::String ^ get(); };
winrt::hstring ExtendedJsonData();
public string ExtendedJsonData { get; }
var string = storeAvailability.extendedJsonData;
Public ReadOnly Property ExtendedJsonData As String
Property Value
A JSON-formatted string that contains complete data for the current SKU availability from the Store.
Remarks
Use the ExtendedJsonData property to access the complete data for the StoreAvailability object as a JSON-formatted string in your code. For more information about the structure of the data, see Data schemas for Store products.