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