get_NamespaceURI()

XmlElement::get_NamespaceURI() method

Returns the namespace URI of this node.

String System::Xml::XmlElement::get_NamespaceURI() override

Return Value

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

See Also