NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlDocumentType.Notations

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;

Property Value

A XmlNamedNodeMap containing the XmlNotation nodes. The returned XmlNamedNodeMap is read only.

See Also

XmlDocumentType Class | XmlDocumentType Members | System.NewXml Namespace