set_InnerXml()

XPathNavigator::set_InnerXml(String) method

Sets the markup representing the child nodes of the current node.

virtual void System::Xml::XPath::XPathNavigator::set_InnerXml(String value)

Arguments

ParameterTypeDescription
valueStringThe value to set.

See Also