DocumentType.SystemId Property |
Gets the value of the system identifier on the DOCTYPE declaration.
[VBScript] Public ReadOnly Property SystemId As String
[JScript] public function get SystemId() : String;
The system identifier on the DOCTYPE. If there is no public identifier, an empty string is returned.