get_Prefix()

XPathNavigator::get_Prefix() method

When overridden in a derived class, gets the namespace prefix associated with the current node.

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

Return Value

A String that contains the namespace prefix associated with the current node.

See Also