StorePackageLicense.Package 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 downloadable content (DLC) package that is associated with the license.
public:
property Package ^ Package { Package ^ get(); };
Package Package();
public Package Package { get; }
var package = storePackageLicense.package;
Public ReadOnly Property Package As Package
Property Value
An object that represents the DLC package that is associated with the license.
Remarks
Note
Downloadable content (DLC) packages are not available to all developer accounts.