StoreCanAcquireLicenseResult.LicensableSku 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 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
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.