StoreAppLicense.SkuStoreId プロパティ

定義

Microsoft Store カタログからライセンスされたアプリ SKU のストア ID を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

Microsoft Store カタログからライセンスを取得したアプリ SKU のストア ID。

適用対象