StorePackageLicense.Package Property

Definition

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.

Applies to