Discuss this help topic in SecureBlackbox Forum
Specifies name of the attached object.
Declaration
[C#/Java]
string ObjectName;
[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)
Description
Use this property to specify the name of the attached object.
Discuss this help topic in SecureBlackbox Forum