SearchRoot property
Sets or returns the root for directory operations on this LDAP Connection.
Syntax
C++
HRESULT
get_SearchRoot(BSTR* pSearchRoot)
HRESULT put_SearchRoot(BSTR SearchRoot)
Scripting languages
String
= Connection.SearchRoot
Connection.SearchRoot
= String
|