StoreAcquireLicenseResult.StorePackageLicense 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 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.