.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Xml Class Summary

Xml::NumChildren

The number of child nodes contained under this XML node.

  Declarations  
    [Visual Basic]
Public ReadOnly Property NumChildren As Integer

[C#]
public int NumChildren {get;}

[C++]
public: __property int get_NumChildren();

[JScript]
public function get NumChildren() : int;
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.