Discuss this help topic in SecureBlackbox Forum

TElBoxUser.SpaceAmount

TElBoxUser     See also     


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


The user's total available space.

Declaration

[C#]
    long SpaceAmount;

[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.

See also:     SpaceUsed    

Discuss this help topic in SecureBlackbox Forum