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

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

Property Value

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

See Also

DocumentType Object | DocumentType Members | DOM Namespace