get_NamespaceURI()

XmlNode::get_NamespaceURI() method

Returns the namespace URI of this node.

virtual String System::Xml::XmlNode::get_NamespaceURI()

Return Value

The namespace URI of this node. If there is no namespace URI, this method returns String::Empty.

See Also