Discuss this help topic in SecureBlackbox Forum
Specifies name of the attached object.
Declaration
[VB.NET]
Property ObjectName As String
[Pascal]
property ObjectName : string;
[C++]
void get_ObjectName(std::string &OutResult);
void set_ObjectName(const std::string &Value);
[PHP]
string get_ObjectName()
void set_ObjectName(string $Value)
[Java]
String getObjectName();
void setObjectName(String Value);
Description
Use this property to specify the name of the attached object.
Discuss this help topic in SecureBlackbox Forum