get_Name()

XPathNavigator::get_Name() method

When overridden in a derived class, gets the qualified name of the current node.

virtual String System::Xml::XPath::XPathNavigator::get_Name()=0

Return Value

A String that contains the qualified XPathNavigator::get_Name of the current node, or String::Empty if the current node does not have a name (for example, text or comment nodes).

See Also