System::Xml::XmlNode::set_InnerXml method

XmlNode::set_InnerXml method

Sets the markup representing only the child nodes of this node.

virtual void System::Xml::XmlNode::set_InnerXml(String value)
ParameterTypeDescription
valueStringThe value to set.

See Also