get_PublicId()

XmlDocumentType::get_PublicId() method

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

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

Return Value

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

See Also