Discuss this help topic in SecureBlackbox Forum
The comment text.
Declaration
[C#/Java]
string Message;
[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)
Description
Use this property to get the comment text that the user typed.
Discuss this help topic in SecureBlackbox Forum