System::Xml::XPath::XPathNavigator::SetValue method

XPathNavigator::SetValue method

Sets the value of the current node.

virtual void System::Xml::XPath::XPathNavigator::SetValue(String value)
ParameterTypeDescription
valueStringThe new value of the node.

See Also