Discuss this help topic in SecureBlackbox Forum
Containes the description of the object.
Declaration
[VB.NET]
Property Label_ As String
[Pascal]
property Label_: string;
[C++]
void get_Label_(std::string &OutResult);
void set_Label_(const std::string &Value);
[PHP]
string get_Label_()
void set_Label_(string $Value)
[Java]
String getLabel_();
void setLabel_(String Value);
Description
Use this property to get or set the object's description.
Discuss this help topic in SecureBlackbox Forum