StoreCanAcquireLicenseResult.Status Property

Definition

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

public:
 property StoreCanLicenseStatus Status { StoreCanLicenseStatus get(); };
StoreCanLicenseStatus Status();
public StoreCanLicenseStatus Status { get; }
var storeCanLicenseStatus = storeCanAcquireLicenseResult.status;
Public ReadOnly Property Status As StoreCanLicenseStatus

Property Value

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

Applies to

See also