Discuss this help topic in SecureBlackbox Forum

TElSftpSupportedExtension.SupportedAttribBits

TElSftpSupportedExtension     See also     


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


Specifies supported AttribBits bits

Declaration

[C#]
    uint SupportedAttribBits;

[VB.NET]
    Property SupportedAttribBits As UInt32

[Pascal]
    property SupportedAttribBits : cardinal;

[C++]
    uint32_t get_SupportedAttribBits();
    void set_SupportedAttribBits(uint32_t Value);

[PHP]
    integer get_SupportedAttribBits()
    void set_SupportedAttribBits(integer $Value)

[Java]
    int getSupportedAttribBits();
    void setSupportedAttribBits(int Value);

Description

    Use this property to specify supported AttribBits bits.

Discuss this help topic in SecureBlackbox Forum