Discuss this help topic in SecureBlackbox Forum
Contains comment's text.
Declaration
[VB.NET]
Property Message As String
[Pascal]
property Message: string;
[C++]
void get_Message(std::string &OutResult);
[PHP]
string get_Message()
[Java]
String getMessage();
Description
Specifies the text of the comment. The maximum length of a comment is 10,000 characters.
Discuss this help topic in SecureBlackbox Forum