Discuss this help topic in SecureBlackbox Forum

TElSftpExtendedProperties.AutoAdjustRequestAttributes

TElSftpExtendedProperties     See also     


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


Specifies if RequestAttributes property value will be set automatically.

Declaration

[C#]
    bool AutoAdjustRequestAttributes;

[VB.NET]
    Property AutoAdjustRequestAttributes As Boolean

[Pascal]
    property AutoAdjustRequestAttributes : boolean;

[C++]
    bool get_AutoAdjustRequestAttributes();
    void set_AutoAdjustRequestAttributes(bool Value);

[PHP]
    bool get_AutoAdjustRequestAttributes()
    void set_AutoAdjustRequestAttributes(bool $Value)

[Java]
    boolean getAutoAdjustRequestAttributes();
    void setAutoAdjustRequestAttributes(boolean Value);

Description

    If this property value is True then RequestAttributes property value will be set automatically.

See also:     AutoAdjustDesiredAccess     DesiredAccess     RenameFlags     RequestAttributes    

Discuss this help topic in SecureBlackbox Forum