This topic has not yet been rated - Rate this topic

systemId property

Gets the system identifier of a IHTMLDocument5::doctype.

Document Object Model (DOM) Level 3 Core Specification, Section 1.5Internet Explorer 9

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
IDOMDocumentType::name
IDOMDocumentType::publicId

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.