System::Xml::XmlDocument::set_InnerXml method

XmlDocument::set_InnerXml method

Sets the markup representing the children of the current node.

void System::Xml::XmlDocument::set_InnerXml(String value) override
ParameterTypeDescription
valueStringThe value to set.

See Also