StoreAppLicense.ExtendedJsonData プロパティ

定義

完全なライセンス データを JSON 形式で取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

完全なライセンス データを含む JSON 形式の文字列。

注釈

コード内の JSON 形式の文字列として StoreAppLicense オブジェクトの完全なデータにアクセスするには、ExtendedJsonData プロパティを使用します。 データの構造の詳細については、「 Store 製品のデータ スキーマ」を参照してください。

適用対象

こちらもご覧ください