Discuss this help topic in SecureBlackbox Forum
A symbolic link name.
Declaration
[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)
[Java]
String getLinkName();
void setLinkName(String Value);
Description
This property contains the link name.
Discuss this help topic in SecureBlackbox Forum