Discuss this help topic in SecureBlackbox Forum
Returns the content of the comment.
Declaration
[C#/Java]
string Content;
[VB.NET]
Property Content As String
[Pascal]
property Content: string;
[C++]
void get_Content(std::string &OutResult);
void set_Content(const std::string &Value);
[PHP]
string get_Content()
void set_Content(string $Value)
Description
Use this property to get the plain text content of this comment.
Discuss this help topic in SecureBlackbox Forum