Discuss this help topic in SecureBlackbox Forum
This property gets the markup representing this node and all its child nodes.
Declaration
[VB.NET]
Property OuterXML As String
[Pascal]
property OuterXML : WideString;
[C++]
void get_OuterXML(sb_u16string &OutResult);
void get_OuterXML(std::wstring &OutResult);
[PHP]
string get_OuterXML()
[Java]
String getOuterXML();
Description
Use this property to get the markup containing this node and all its child nodes.
Discuss this help topic in SecureBlackbox Forum