get_LocalName()

XmlDocument::get_LocalName() method

Returns the local name of the node.

String System::Xml::XmlDocument::get_LocalName() override

Return Value

For XmlDocument nodes, the local name is #document.

See Also