Discuss this help topic in SecureBlackbox Forum

TElLDAPSSearchFilter.IsEmpty

TElLDAPSSearchFilter     


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


Specifies whether the filter is empty.

Declaration

[C#]
    bool IsEmpty;

[VB.NET]
    Property IsEmpty As Boolean

[Pascal]
    Property IsEmpty : boolean;

[C++]
    bool get_IsEmpty();

[PHP]
    bool get_IsEmpty()

[Java]
    boolean getIsEmpty();

Description

    Use this property to check, if the filter is empty.

Discuss this help topic in SecureBlackbox Forum