Discuss this help topic in SecureBlackbox Forum

TElSftpFileInfo.Attributes

TElSftpFileInfo     See also     


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


Contains a reference to TElSftpFileAttributes object.

Declaration

[C#]
    TElSftpFileAttributes Attributes;

[VB.NET]
    Property Attributes As TElSftpFileAttributes

[Pascal]
    property Attributes : TElSftpFileAttributes;

[C++]
    TElSftpFileAttributes* get_Attributes();

[PHP]
    TElSftpFileAttributes get_Attributes()

[Java]
    TElSftpFileAttributes getAttributes();

Description

    This property contains a reference to TElSftpFileAttributes object which represents file or directory attributes.

See also:     LongName    

Discuss this help topic in SecureBlackbox Forum