get_OuterXml()

XmlNode::get_OuterXml() method

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

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

Return Value

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

See Also