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.Entities

Gets the collection of XmlEntity nodes declared in the document type declaration.

[Visual Basic]
Public ReadOnly Property Entities As XmlNamedNodeMap
[C#]
public XmlNamedNodeMap Entities {get;}
[C++]
public: __property XmlNamedNodeMap* get_Entities();
[JScript]
public function get Entities() : XmlNamedNodeMap;

Property Value

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

See Also

XmlDocumentType Class | XmlDocumentType Members | System.NewXml Namespace