Microsoft XML SDK 2.6 - XML Reference

notationName Property

Contains the notation name.

strValue = oXMLDOMEntity.notationName

Remarks

String. The property is read-only. For unparsed entities, the 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.

See Also

Applies To: XMLDOMEntity Object