get_LocalName()

XmlNotation::get_LocalName() method

Returns the name of the current node without the namespace prefix.

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

Return Value

For XmlNotation nodes, this method returns the name of the notation.

See Also