StoreProduct.HasDigitalDownload 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 a value that indicates whether the product has optional downloadable content (DLC).
public:
property bool HasDigitalDownload { bool get(); };
bool HasDigitalDownload();
public bool HasDigitalDownload { get; }
var boolean = storeProduct.hasDigitalDownload;
Public ReadOnly Property HasDigitalDownload As Boolean
Property Value
Boolean
bool
True if the product has optional downloadable content; otherwise, false.
Remarks
Note
Downloadable content (DLC) packages are not available to all developer accounts.