Discuss this help topic in SecureBlackbox Forum
Returns the total user's quota.
Declaration
[C#]
long QuotaBytesTotal;
[VB.NET]
Property QuotaBytesTotal As Long
[Pascal]
property QuotaBytesTotal: Int64;
[C++]
int64_t get_QuotaBytesTotal();
[PHP]
integer get_QuotaBytesTotal()
[Java]
long getQuotaBytesTotal();
Description
Use this property to get the total number of quota bytes.
Discuss this help topic in SecureBlackbox Forum