Discuss this help topic in SecureBlackbox Forum
Returns the quota used by all Google apps.
Declaration
[C#]
long QuotaBytesUsedAggregate;
[VB.NET]
Property QuotaBytesUsedAggregate As Long
[Pascal]
property QuotaBytesUsedAggregate: Int64;
[C++]
int64_t get_QuotaBytesUsedAggregate();
[PHP]
integer get_QuotaBytesUsedAggregate()
[Java]
long getQuotaBytesUsedAggregate();
Description
Use this property to check the number of quota bytes used by all Google apps.
Discuss this help topic in SecureBlackbox Forum