StoreCanAcquireLicenseResult.LicensableSku Property

Definition

Gets the SKU Store ID of the downloadable content (DLC) add-on, if a license can be acquired for the add-on for the current user.

public:
 property Platform::String ^ LicensableSku { Platform::String ^ get(); };
winrt::hstring LicensableSku();
public string LicensableSku { get; }
var string = storeCanAcquireLicenseResult.licensableSku;
Public ReadOnly Property LicensableSku As String

Property Value

String

Platform::String

winrt::hstring

The SKU Store ID of the downloadable content (DLC) add-on, if a license can be acquired for the add-on for the current user.

Applies to