set_InnerXml()

XmlNode::set_InnerXml(String) method

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

virtual void System::Xml::XmlNode::set_InnerXml(String value)

Arguments

ParameterTypeDescription
valueStringThe value to set.

See Also