Discuss this help topic in SecureBlackbox Forum
This property contains extension data.
Declaration
[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)
[Java]
String getContent();
void setContent(String Value);
Description
This property contains
some data for Netscape exteinsions.
Discuss this help topic in SecureBlackbox Forum