Discuss this help topic in SecureBlackbox Forum
Specifies total space available to the current user in bytes.
Declaration
[C#]
long BytesAvailableToUser;
[VB.NET]
Property BytesAvailableToUser As Long
[Pascal]
property BytesAvailableToUser: Int64;
[C++]
int64_t get_BytesAvailableToUser();
void set_BytesAvailableToUser(int64_t Value);
[PHP]
integer get_BytesAvailableToUser()
void set_BytesAvailableToUser(integer $Value)
[Java]
long getBytesAvailableToUser();
void setBytesAvailableToUser(long Value);
Description
Use this property to get the amount of bytes available to the current user.
Discuss this help topic in SecureBlackbox Forum