Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.ExtendedAttributeCount

TElSftpFileAttributes     See also     


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


This read-only property contains number of extended attributes.

Declaration

[C#]
    int ExtendedAttributeCount;

[VB.NET]
    Property ExtendedAttributeCount As Integer

[Pascal]
    property ExtendedAttributeCount : integer;

[C++]
    int32_t get_ExtendedAttributeCount();

[PHP]
    integer get_ExtendedAttributeCount()

[Java]
    int getExtendedAttributeCount();

Description

    This property contains number of extended attributes.

Discuss this help topic in SecureBlackbox Forum