Gets the value of the DTD internal subset on the DOCTYPE declaration.

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

Property Value

The DTD internal subset on the DOCTYPE. If there is no DTD internal subset, an empty string is returned.

See Also

DocumentType Object | DocumentType Members | DOM Namespace