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!

XmlNode.ChildNodes

Gets all children of this node.

[Visual Basic]
Overridable Public ReadOnly Property ChildNodes As XmlNodeList
[C#]
public XmlNodeList ChildNodes {virtual get;}
[C++]
public: __property virtual XmlNodeList* get_ChildNodes();
[JScript]
public function get ChildNodes() : XmlNodeList;

Property Value

A XmlNodeList that contains all children of this node.

If there are no children, this is an empty XmlNodeList.

See Also

XmlNode Class | XmlNode Members | System.NewXml Namespace