get_LocalName()

XmlAttribute::get_LocalName() method

Returns the local name of the node.

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

Return Value

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

See Also