StoreAppLicense.SkuStoreId Property

Definition

Gets the Store ID of the licensed app SKU from the Microsoft Store catalog.

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

Property Value

String

Platform::String

winrt::hstring

The Store ID of a the licensed app SKU from the Microsoft Store catalog.

Applies to