StoreConsumableResult.BalanceRemaining Property

Definition

Gets the remaining balance for the consumable add-on.

public:
 property unsigned int BalanceRemaining { unsigned int get(); };
uint32_t BalanceRemaining();
public uint BalanceRemaining { get; }
var uInt32 = storeConsumableResult.balanceRemaining;
Public ReadOnly Property BalanceRemaining As UInteger

Property Value

UInt32

unsigned int

uint32_t

The remaining balance for the consumable add-on. For an unmanaged consumable where the developer keeps track of the balance rather than Microsoft, this property returns either 1 (the user has an entitlement for the add-on) or 0 (the user does not have an entitlement for the add-on).

Applies to