get_CanEdit()

XPathNavigator::get_CanEdit() method

Returns a value that indicates whether the XPathNavigator can edit the underlying XML data.

virtual bool System::Xml::XPath::XPathNavigator::get_CanEdit()

Return Value

true if the XPathNavigator can edit the underlying XML data; otherwise, false.

See Also