Discuss this help topic in SecureBlackbox Forum

TElDirInfoPropertiesList.SubPropertyCount

TElDirInfoPropertiesList     See also     


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


Returns the number of items in the list.

Declaration

[C#]
    int SubPropertyCount;

[VB.NET]
    Property SubPropertyCount As Integer

[Pascal]
    property SubPropertyCount : integer;

[C++]
    int32_t get_SubPropertyCount();

[PHP]
    integer get_SubPropertyCount()

[Java]
    int getSubPropertyCount();

Description

    Use this property to check the number of nested properties in the list.

See also:     SubProperties    

Discuss this help topic in SecureBlackbox Forum