Gets the node containing the DOCTYPE declaration.

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

Property Value

The node containing the DOCTYPE declaration.

See Also

Document Object | Document Members | DOM Namespace