set_InnerXml()

XmlElement::set_InnerXml(String) method

Sets the markup representing just the children of this node.

void System::Xml::XmlElement::set_InnerXml(String value) override

Arguments

ParameterTypeDescription
valueStringThe value to set.

See Also