name property
Gets the name of the root element of a IHTMLDocument5::doctype.
Syntax
HRESULT value = object.get_name(BSTR* p);
Property values
Type: BSTR
The root element name
Standards information
Remarks
The value of the IDOMDocumentType::name property corresponds to the TopElement attribute of a !DOCTYPE directive.
See also
Reference