get_Name()

XmlElement::get_Name() method

Returns the qualified name of the node.

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

Return Value

The qualified name of the node. For XmlElement nodes, this is the tag name of the element.

See Also