get_NamespaceURI()

XPathNavigator::get_NamespaceURI() method

When overridden in a derived class, gets the namespace URI of the current node.

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

Return Value

A String that contains the namespace URI of the current node, or String::Empty if the current node has no namespace URI.

See Also