Discuss this help topic in SecureBlackbox Forum

TElWebDAVTextMatchFilter.Collation

TElWebDAVTextMatchFilter     


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


Specifies the the collation to be used for character string matching.

Declaration

[C#]
    TSBWebDAVFilterTextMatchCollation Collation;

[VB.NET]
    Property Collation As TSBWebDAVFilterTextMatchCollation

[Pascal]
    property Collation : TSBWebDAVFilterTextMatchCollation;

[C++]
    TSBWebDAVFilterTextMatchCollation get_Collation();
    void set_Collation(TSBWebDAVFilterTextMatchCollation Value);

[PHP]
    integer get_Collation()
    void set_Collation(integer $Value)

[Java]
    TSBWebDAVFilterTextMatchCollation getCollation();
    void setCollation(TSBWebDAVFilterTextMatchCollation Value);

TSBWebDAVFilterTextMatchCollation values

Description

    Use this property to select the collation which the server must use fot character string matching.

Discuss this help topic in SecureBlackbox Forum