Discuss this help topic in SecureBlackbox Forum
Returns HTML formatted content of the comment.
Declaration
[VB.NET]
Property HtmlContent As String
[Pascal]
property HtmlContent: string;
[C++]
void get_HtmlContent(std::string &OutResult);
[PHP]
string get_HtmlContent()
[Java]
String getHtmlContent();
Description
Use this property to get the HTML formatted content of the comment.
Discuss this help topic in SecureBlackbox Forum