Discuss this help topic in SecureBlackbox Forum

TElDCNode.NodeCount

TElDCNode     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the number of child nodes.

Declaration

[C#]
    int NodeCount;

[VB.NET]
    Property NodeCount As Integer

[Pascal]
    property NodeCount : integer;

[C++]
    int32_t get_NodeCount();

[PHP]
    integer get_NodeCount()

[Java]
    int getNodeCount();

Description

    This property specifies the number of child nodes in the list.

See also:     Nodes    

Discuss this help topic in SecureBlackbox Forum