Share via


StorageProviderQuotaUI.QuotaTotalInBytes Property

Definition

The total amount of storage available in the current cloud files account.

public:
 property unsigned long long QuotaTotalInBytes { unsigned long long get(); void set(unsigned long long value); };
uint64_t QuotaTotalInBytes();

void QuotaTotalInBytes(uint64_t value);
public ulong QuotaTotalInBytes { get; set; }
var uInt64 = storageProviderQuotaUI.quotaTotalInBytes;
storageProviderQuotaUI.quotaTotalInBytes = uInt64;
Public Property QuotaTotalInBytes As ULong

Property Value

UInt64

unsigned long long

uint64_t

Applies to

See also