Discuss this help topic in SecureBlackbox Forum
Returns a string representation of this element.
Declaration
[VB.NET]
Property TextValue As String
[Pascal]
property TextValue : string;
[C++]
void get_TextValue(std::string &OutResult);
[PHP]
string get_TextValue()
[Java]
String getTextValue();
Description
Use this property to get string representation of this element.
Discuss this help topic in SecureBlackbox Forum