StoreCanAcquireLicenseResult Class

Definition

Provides response data for a request to determine whether a license can be acquired for a downloadable content (DLC) add-on package.

public ref class StoreCanAcquireLicenseResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Store.StoreContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StoreCanAcquireLicenseResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Store.StoreContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StoreCanAcquireLicenseResult
Public NotInheritable Class StoreCanAcquireLicenseResult
Inheritance
Object Platform::Object IInspectable StoreCanAcquireLicenseResult
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Services.Store.StoreContract (introduced in v3.0)

Remarks

Note

Downloadable content (DLC) packages are not available to all developer accounts.

Properties

ExtendedError

Gets the error code for the request, if the operation encountered an error.

LicensableSku

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.

Status

Gets the license status for the downloadable content (DLC) add-on package.

Applies to

See also