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

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

Property Value

The public identifier on the entity. If there is no public identifier, null is returned.

See Also

Entity Object | Entity Members | DOM Namespace