Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.GroupExecute

TElSftpFileAttributes     See also     


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


Specifies the group execute access right for a file.

Declaration

[C#]
    bool GroupExecute;

[VB.NET]
    Property GroupExecute As Boolean

[Pascal]
    property GroupExecute : boolean;

[C++]
    bool get_GroupExecute();
    void set_GroupExecute(bool Value);

[PHP]
    bool get_GroupExecute()
    void set_GroupExecute(bool $Value)

[Java]
    boolean getGroupExecute();
    void setGroupExecute(boolean Value);

Description

    Use this property to get/set right for file execution for group members.

See also:     Group     GroupRead     GroupWrite     OtherExecute     UserExecute    

Discuss this help topic in SecureBlackbox Forum