Microsoft XML 2.5 SDK


 

notationName Property

[This is preliminary documentation and subject to change.]

Contains the notation name.

Syntax

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.

Applies To

XMLDOMEntity