Discuss this help topic in SecureBlackbox Forum

TElFTPSServerFileInfo.Group

TElFTPSServerFileInfo     


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


This property specifies group to which the file belongs.

Declaration

[C#]
    string Group;

[VB.NET]
    Property Group As String

[Pascal]
    property Group : string;

[C++]
    void get_Group(std::string &OutResult);
    void set_Group(const std::string &Value);

[PHP]
    string get_Group()
    void set_Group(string $Value)

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

Description

    This property specifies the group to which the file belongs.

Discuss this help topic in SecureBlackbox Forum