Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.GName

TElTarFileAttributes     See also     


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


Specifies file owner's group name.

Declaration

[C#]
    string GName;

[VB.NET]
    Property GName As String

[Pascal]
    property GName : string;

[C++]
    void get_GName(std::string &OutResult);
    void set_GName(const std::string &Value);

[PHP]
    string get_GName()
    void set_GName(string $Value)

[Java]
    String getGName();
    void setGName(String Value);

Description

This property contains owner's group name.

See also:     GID    

Discuss this help topic in SecureBlackbox Forum