StoreAcquireLicenseResult.StorePackageLicense Property

Definition

Gets an object that represents the license for a downloadable content (DLC) add-on package for the current app.

public:
 property StorePackageLicense ^ StorePackageLicense { StorePackageLicense ^ get(); };
StorePackageLicense StorePackageLicense();
public StorePackageLicense StorePackageLicense { get; }
var storePackageLicense = storeAcquireLicenseResult.storePackageLicense;
Public ReadOnly Property StorePackageLicense As StorePackageLicense

Property Value

An object that represents the downloadable content (DLC) package license.

Remarks

Note

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

Applies to

See also