name Property (IXMLDOMDocumentType)

Contains the name of the document type.

strValue = oXMLDOMDocumentType.name;

HRESULT get_name(
  BSTR* rootName
);

General Remarks

This property is read-only, and applies to the following interface:

IXMLDOMDocumentType

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.