get_SystemId()

XmlDocumentType::get_SystemId() method

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

String System::Xml::XmlDocumentType::get_SystemId()

Return Value

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

See Also