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!

DocumentNavigator.ChildCount

Gets the number of child nodes for the current node.

[Visual Basic]
Overridable Public ReadOnly Property ChildCount As Integer
[C#]
public int ChildCount {override get;}
[C++]
public: __property virtual int get_ChildCount();
[JScript]
public function get ChildCount() : int;

Property Value

The number of child nodes for the current node.

See Also

DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace