Discuss this help topic in SecureBlackbox Forum

TElCardDavFilter.PropFilters

TElCardDavFilter     See also     


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


Returns the desired prop-filter from the sequence.

Declaration

[C#]
    TElCardDavPropFilter PropFilters[int Index];

[VB.NET]
    Property PropFilters(ByVal Index As Integer) As TElCardDavPropFilter

[Pascal]
    property PropFilters[Index : integer] : TElCardDavPropFilter;

[C++]
    TElCardDavPropFilter* get_PropFilters(int32_t Index);

[PHP]
    TElCardDavPropFilter get_PropFilters(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of te desired CARDDAV:prop-filter element in the list. The indexing starts from 0.

Description

    Use this property to access the sequence of CARDDAV:prop-filter elements contained in this CARDDAV:filter element.

See also:     AddPropFilter     PropFilterCount     RemovePropFilter    

Discuss this help topic in SecureBlackbox Forum