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;
The number of child nodes for the current node.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace