Discuss this help topic in SecureBlackbox Forum
Text content of the element.
Declaration
[VB.NET]
Property TextContent As String
[Pascal]
property TextContent : WideString;
[C++]
void get_TextContent(sb_u16string &OutResult);
void get_TextContent(std::wstring &OutResult);
void set_TextContent(const sb_u16string &Value);
void set_TextContent(const std::wstring &Value);
[PHP]
string get_TextContent()
void set_TextContent(string $Value)
[Java]
String getTextContent();
void setTextContent(String Value);
Description
Use this property get or set text content of the element.
Discuss this help topic in SecureBlackbox Forum