Discuss this help topic in SecureBlackbox Forum

TElSftpSpaceAvailableReply.BytesAvailableToUser

TElSftpSpaceAvailableReply     See also     


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


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.

See also:     BytesOnDevice     UnusedBytesAvailableToUser    

Discuss this help topic in SecureBlackbox Forum