System::Xml::XmlNode::get_OuterXml method

XmlNode::get_OuterXml method

Returns the markup containing this node and all its child nodes.

virtual String System::Xml::XmlNode::get_OuterXml()

ReturnValue

The markup containing this node and all its child nodes, not including default attributes.

See Also