StoreLicense.SkuStoreId 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 the Store ID of the licensed add-on SKU from the Microsoft Store catalog.
public:
property Platform::String ^ SkuStoreId { Platform::String ^ get(); };
winrt::hstring SkuStoreId();
public string SkuStoreId { get; }
var string = storeLicense.skuStoreId;
Public ReadOnly Property SkuStoreId As String
Property Value
The Store ID of the licensed add-on SKU from the Microsoft Store catalog.