Discuss this help topic in SecureBlackbox Forum

TElCardDavParamFilter.TextMatch

TElCardDavParamFilter     See also     


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


Specifies the text match filter.

Declaration

[C#]
    TElCardDavTextMatchFilter TextMatch;

[VB.NET]
    Property TextMatch As TElCardDavTextMatchFilter

[Pascal]
    property TextMatch : TElCardDavTextMatchFilter;

[C++]
    TElCardDavTextMatchFilter* get_TextMatch();
    void set_TextMatch(TElCardDavTextMatchFilter &Value);
    void set_TextMatch(TElCardDavTextMatchFilter *Value);

[PHP]
    TElCardDavTextMatchFilter get_TextMatch()
    void set_TextMatch(TElCardDavTextMatchFilter $Value)

[Java]
    not available

Description

    Use this property to specify the text match element of this filter.

See also:     OwnTextMatch    

Discuss this help topic in SecureBlackbox Forum