Discuss this help topic in SecureBlackbox Forum
Specifies the space used.
Declaration
[C#/Java]
long SpaceUsed;
[VB.NET]
Property SpaceUsed As Long
[Pascal]
property SpaceUsed: Int64;
[C++]
int64_t get_SpaceUsed();
[PHP]
integer get_SpaceUsed()
Description
This property specifies the amount of space used in bytes.
Discuss this help topic in SecureBlackbox Forum