Discuss this help topic in SecureBlackbox Forum

TElCardDAVOptions.NumberOfMatchesLimit

TElCardDAVOptions     


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


Specifies the maximum number of resources returned by the search requests.

Declaration

[C#]
    int NumberOfMatchesLimit;

[VB.NET]
    Property NumberOfMatchesLimit As Integer

[Pascal]
    property NumberOfMatchesLimit : integer;

[C++]
    int32_t get_NumberOfMatchesLimit();
    void set_NumberOfMatchesLimit(int32_t Value);

[PHP]
    integer get_NumberOfMatchesLimit()
    void set_NumberOfMatchesLimit(integer $Value)

[Java]
    int getNumberOfMatchesLimit();
    void setNumberOfMatchesLimit(int Value);

Description

    Use this property to set the limit of the matches returned in responses to search requests.

Discuss this help topic in SecureBlackbox Forum