Discuss this help topic in SecureBlackbox Forum

TElCardDavPropFilter.Test

TElCardDavPropFilter     See also     


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


Specifies whether any or all of the subfilters should match for the overall filter to match.

Declaration

[C#]
    TSBWebDAVFilterTest Test;

[VB.NET]
    Property Test As TSBWebDAVFilterTest

[Pascal]
    property Test : TSBWebDAVFilterTest;

[C++]
    TSBWebDAVFilterTest get_Test();
    void set_Test(TSBWebDAVFilterTest Value);

[PHP]
    integer get_Test()
    void set_Test(integer $Value)

[Java]
    not available

TSBWebDAVFilterTest values

TSBWebDAVFilterTest values

Description

    Use this property to specify whether any or all of the subfilters should match for the overall filter to match.

See also:     SubFilters    

Discuss this help topic in SecureBlackbox Forum