SetValue()

XPathNavigator::SetValue(String) method

Sets the value of the current node.

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

Arguments

ParameterTypeDescription
valueStringThe new value of the node.

See Also