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

[VBScript]
Public ReadOnly Property SystemId As String
[JScript]
public function get SystemId() : String;

Property Value

The system identifier on the DOCTYPE. If there is no public identifier, an empty string is returned.

See Also

DocumentType Object | DocumentType Members | DOM Namespace