Discuss this help topic in SecureBlackbox Forum
Contains a text describing the object identifier.
Declaration
[VB.NET]
Property Description As String
[Pascal]
property Description: WideString;
[C++]
void get_Description(sb_u16string &OutResult);
void get_Description(std::wstring &OutResult);
void set_Description(const sb_u16string &Value);
void set_Description(const std::wstring &Value);
[PHP]
string get_Description()
void set_Description(string $Value)
[Java]
String getDescription();
void setDescription(String Value);
Description
Use this property to get or set an (informal) text which describes the object identifier.
Discuss this help topic in SecureBlackbox Forum