get_NamespaceURI()

XmlAttribute::get_NamespaceURI() method

Returns the namespace URI of this node.

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

Return Value

The namespace URI of this node. If the attribute is not explicitly given a namespace, this method returns String::Empty.

See Also