Help > Web Development > Object Reference > Object Reference > ISYSConceptNode > Length Property
<a name="kanchor289"></a>ISYSConceptNode:Length Property
Indicates the number of child nodes in this node. Read-Only.

Syntax
[VBScript]
ReadOnly property ISYSConceptNode.Length as long
[C#]
long IISYSConceptNode.Length {get;}
[ColdFusion/Java]
long ISYSConceptNode.Length() throws ComException;