Discuss this help topic in SecureBlackbox Forum

TElLDAPSClient.BaseDN

TElLDAPSClient     See also     


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


Distinguished Name of the entry from which to start the search.

Declaration

[C#]
    string BaseDN;

[VB.NET]
    Property BaseDN As String

[Pascal]
    property BaseDN : string;

[C++]
    void get_BaseDN(std::string &OutResult);
    void set_BaseDN(const std::string &Value);

[PHP]
    string get_BaseDN()
    void set_BaseDN(string $Value)

[Java]
    String getBaseDN();
    void setBaseDN(String Value);

Description

    Use this property to specify the base entry relative to which the search is performed.

See also:     Search     Scope    

Discuss this help topic in SecureBlackbox Forum