Discuss this help topic in SecureBlackbox Forum

TElBoxUser.SpaceUsed

TElBoxUser     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the space used.

Declaration

[C#]
    long SpaceUsed;

[VB.NET]
    Property SpaceUsed As Long

[Pascal]
    property SpaceUsed: Int64;

[C++]
    int64_t get_SpaceUsed();

[PHP]
    integer get_SpaceUsed()

[Java]
    long getSpaceUsed();

Description

    This property specifies the amount of space used in bytes.

See also:     SpaceAmount    

Discuss this help topic in SecureBlackbox Forum