Discuss this help topic in SecureBlackbox Forum

TElCardDavPropFilter.SubFilterCount

TElCardDavPropFilter     See also     


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


Returns the number of sub-filters in the list.

Declaration

[C#]
    int SubFilterCount;

[VB.NET]
    Property SubFilterCount As Integer

[Pascal]
    property SubFilterCount : integer;

[C++]
    int32_t get_SubFilterCount();

[PHP]
    integer get_SubFilterCount()

[Java]
    not available

Description

    Use this property to get the number of sub-filters in the list.

See also:     SubFilters    

Discuss this help topic in SecureBlackbox Forum