System::Xml::XmlAttribute::get_NamespaceURI method

XmlAttribute::get_NamespaceURI method

Returns the namespace URI of this node.

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

ReturnValue

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

See Also