Discuss this help topic in SecureBlackbox Forum

TElLDAPSClient.Scope

TElLDAPSClient     See also     


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


Specifies search scope.

Declaration

[C#]
    TSBLDAPScope Scope;

[VB.NET]
    Property Scope As TSBLDAPScope

[Pascal]
    property Scope : TSBLDAPScope;

[C++]
    TSBLDAPScope get_Scope();
    void set_Scope(TSBLDAPScope Value);

[PHP]
    integer get_Scope()
    void set_Scope(integer $Value)

[Java]
    TSBLDAPScope getScope();
    void setScope(TSBLDAPScope Value);

Scope values:

Description

    Specifies the scope of the search to be performed relative to BaseDN.

See also:     BaseDN     Search    

Discuss this help topic in SecureBlackbox Forum