Discuss this help topic in SecureBlackbox Forum
The comment text.
Declaration
[VB.NET]
Property Message As String
[Pascal]
property Message: string;
[C++]
void get_Message(std::string &OutResult);
void set_Message(const std::string &Value);
[PHP]
string get_Message()
void set_Message(string $Value)
[Java]
String getMessage();
void setMessage(String Value);
Description
Use this property to get the comment text that the user typed.
Discuss this help topic in SecureBlackbox Forum