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!

DataDocumentNavigator.HasChildren

Gets a value indicating whether the current node has child nodes.

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

Property Value

true if the current node has child nodes; otherwise, false.

Remarks

This is potentially more efficient than using the ChildCount property.

See Also

DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace