StoreProduct.HasDigitalDownload Property

Definition

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.

Applies to

See also