get_LocalName()

XmlEntity::get_LocalName() method

Returns the name of the node without the namespace prefix.

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

Return Value

For XmlEntity nodes, this method returns the name of the entity.

See Also