get_LocalName()

XmlDocumentType::get_LocalName() method

Returns the local name of the node.

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

Return Value

For DocumentType nodes, this method returns the name of the document type.

See Also