Discuss this help topic in SecureBlackbox Forum
This property gets the markup representing this node and all its child nodes.
Declaration
[C#/Java]
string OuterXML;
[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()
Description
Use this property to get the markup containing this node and all its child nodes.
Discuss this help topic in SecureBlackbox Forum