Discuss this help topic in SecureBlackbox Forum
Specifies file owner's group name.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum