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