System::Xml::XmlDocumentType::get_PublicId method

XmlDocumentType::get_PublicId method

Returns the value of the public identifier on the DOCTYPE declaration.

String System::Xml::XmlDocumentType::get_PublicId()

ReturnValue

The public identifier on the DOCTYPE. If there is no public identifier, nullptr is returned.

See Also