Discuss this help topic in SecureBlackbox Forum
The user's total available space.
Declaration
[VB.NET]
Property SpaceAmount As Long
[Pascal]
property SpaceAmount: Int64;
[C++]
int64_t get_SpaceAmount();
void set_SpaceAmount(int64_t Value);
[PHP]
integer get_SpaceAmount()
void set_SpaceAmount(integer $Value)
[Java]
long getSpaceAmount();
void setSpaceAmount(long Value);
Description
Use this property to specify the total available space in bytes.
Discuss this help topic in SecureBlackbox Forum