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

Gets a value indicating whether this node has any child nodes.

[Visual Basic]
Overridable Public ReadOnly Property HasChildNodes As Boolean
[C#]
public bool HasChildNodes {virtual get;}
[C++]
public: __property virtual bool get_HasChildNodes();
[JScript]
public function get HasChildNodes() : Boolean;

Property Value

true if the node has children, false if the node has no children.

See Also

XmlNode Class | XmlNode Members | System.NewXml Namespace