systemId property
Gets the system identifier of a IHTMLDocument5::doctype.
Syntax
HRESULT value = object.get_systemId(BSTR* p);
Property values
Type: BSTR
The system identifier
Standards information
Remarks
The value of the IDOMDocumentType::systemId property corresponds to the URL attribute of a !DOCTYPE directive.
See also
Reference