StorageProviderQuotaUI.QuotaTotalInBytes 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.
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
Remarks
This property is advisory. Windows determines if or how it uses these values.