Gets the collection of XmlNotation nodes present in the document type declaration.
[Visual Basic] Public ReadOnly Property Notations As XmlNamedNodeMap [C#] public XmlNamedNodeMap Notations {get;} [C++] public: __property XmlNamedNodeMap* get_Notations(); [JScript] public function get Notations() : XmlNamedNodeMap;
A XmlNamedNodeMap containing the XmlNotation nodes. The returned XmlNamedNodeMap is read only.
XmlDocumentType Class | XmlDocumentType Members | System.NewXml Namespace