Discuss this help topic in SecureBlackbox Forum
Distinguished Name of the entry from which to start the search.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum