Discuss this help topic in SecureBlackbox Forum

TElNetscapeString.Content

TElNetscapeString     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property contains extension data.

Declaration

[C#]
    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)

[Java]
    String getContent();
    void setContent(String Value);

Description

    This property contains some data for Netscape exteinsions.

Discuss this help topic in SecureBlackbox Forum