Discuss this help topic in SecureBlackbox Forum

TElDirInfo.SectionCount

TElDirInfo     See also     


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


Returns the number of sections in the list.

Declaration

[C#]
    int SectionCount;

[VB.NET]
    Property SectionCount As Integer

[Pascal]
    property SectionCount : integer;

[C++]
    int32_t get_SectionCount();

[PHP]
    integer get_SectionCount()

[Java]
    int getSectionCount();

Description

    Use this property to get the number of sections in the list.

See also:     Sections    

Discuss this help topic in SecureBlackbox Forum