|
|
|
|
DirectChildCount Property, ItemClass Class |
Returns the number of immediate dependents of this item.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property DirectChildCount As Integer |
C# |
public int DirectChildCount { get; } |
C++ |
public: property int DirectChildCount { |
Property Value
The number of immediate dependents.
Comments
The DirectChildCount property returns the number of immediate dependents of this item.
The TotalChildCount property can be used to determine the item's number of all dependents (immediate and indirect).