Discuss this help topic in SecureBlackbox Forum

TElDirInfo.PropertyCount

TElDirInfo     See also     


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


Returns the number of properties in the list.

Declaration

[C#]
    int PropertyCount;

[VB.NET]
    Property PropertyCount As Integer

[Pascal]
    property PropertyCount : integer;

[C++]
    int32_t get_PropertyCount();

[PHP]
    integer get_PropertyCount()

[Java]
    int getPropertyCount();

Description

    Returns the number of properties in the list.

See also:     Properties    

Discuss this help topic in SecureBlackbox Forum