System::Xml::XmlElement::set_InnerXml method

XmlElement::set_InnerXml method

Sets the markup representing just the children of this node.

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

See Also