System::Xml::XmlAttribute::get_LocalName method

XmlAttribute::get_LocalName method

Returns the local name of the node.

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

ReturnValue

The name of the attribute node with the prefix removed. In the following example , the LocalName of the attribute is genre.

See Also