Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.Group

TElSftpFileAttributes     See also     


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


Name of the group to which the file belongs.

Declaration

[C#]
    byte[] Group;

[VB.NET]
    Property Group As Byte()

[Pascal]
    property Group : string;

[C++]
    void get_Group(std::vector<uint8_t> &OutResult);
    void set_Group(const std::vector<uint8_t> &Value);

[PHP]
    string get_Group()
    void set_Group(array of byte|string|NULL $Value)

[Java]
    byte[] getGroup();
    void setGroup(byte[] Value);

Description

    Use this property to get/set name of the group to which the file belongs.

See also:     GroupExecute     GroupRead     GroupWrite     Owner    

Discuss this help topic in SecureBlackbox Forum