Discuss this help topic in SecureBlackbox Forum
...
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)
Description
...
Discuss this help topic in SecureBlackbox Forum