Share via


notationName Property

Contains the notation name.

strValue = oXMLDOMEntity.notationName;

HRESULT get_notationName(
  BSTR* name
);

General Remarks

For unparsed entities, the notationName property contains the name of the notation for the entity (the name following NDATA). For parsed entities, it contains the empty string. Note that the name of the entity is available using the nodeName property.

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

IXMLDOMEntity

See Also

nodeName Property

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.