Discuss this help topic in SecureBlackbox Forum
Contains the description of the object.
Declaration
[VB.NET]
Property Description As String
[Pascal]
property Description: string;
[C++]
void get_Description(std::string &OutResult);
void set_Description(const std::string &Value);
[PHP]
string get_Description()
void set_Description(string $Value)
[Java]
String getDescription();
void setDescription(String Value);
Description
Use this property to edit the object's description.
Discuss this help topic in SecureBlackbox Forum