System::Xml::XmlDocument::get_LocalName method

XmlDocument::get_LocalName method

Returns the local name of the node.

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

ReturnValue

For XmlDocument nodes, the local name is #document.

See Also