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!

XmlNavigator.ChildCount

Gets the number of child nodes for the current node.

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

Property Value

The number of child nodes for the current node.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace