ProductLicense.IsConsumable 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.
Indicates if the add-on (also called an in-app product or IAP) is consumable. A consumable add-on can be purchased, used, and purchased again.
public:
property bool IsConsumable { bool get(); };
bool IsConsumable();
public bool IsConsumable { get; }
var boolean = productLicense.isConsumable;
Public ReadOnly Property IsConsumable As Boolean
Property Value
Boolean
bool
true if the add-on is a consumable add-on; Otherwise, false.