Discuss this help topic in SecureBlackbox Forum
...
Declaration
[C#/Java]
string LinkName;
[VB.NET]
Property LinkName As String
[Pascal]
property LinkName : string;
[C++]
void get_LinkName(std::string &OutResult);
void set_LinkName(const std::string &Value);
[PHP]
string get_LinkName()
void set_LinkName(string $Value)
Description
...
Discuss this help topic in SecureBlackbox Forum