Contains the notation name.
Visual Basic Syntax
strValue = oXMLDOMEntity.notationName
C/C++ Syntax
HRESULT get_notationName( BSTR *name);
Parameters
- name
- [out] For unparsed entities, the name of the notation for the entity (the name following NDATA). For parsed entities, contains the empty string.
C/C++ Return Values
- S_OK
- Value returned if successful.
- S_FALSE
- Value when returning null.
- E_INVALIDARG
- Value returned if name is null.
Remarks
Note that the name of the entity is available using the nodeName property.