TotalSpace Property
The total allowed space in bytes.
Syntax
[VB.NET] Public ReadOnlyProperty TotalSpace As Long
[C#] public long TotalSpace {get;}
Remarks
This property holds the total amount of space allocated for the account in bytes. This is not the remaining space, it is the total amount of space allocated.
This property is read-only and not available at design time.
Default Value
0