get_InnerXml()

XmlDocument::get_InnerXml() method

Returns the markup representing the children of the current node.

String System::Xml::XmlDocument::get_InnerXml() override

Return Value

The markup of the children of the current node.

See Also