Scope
Whether to limit the scope of the search to the whole subtree (BaseDN and all of its descendants), a single level (BaseDN and its direct descendants), or the base object (BaseDN only).
Syntax
property Scope: String;
Possible Values
WHOLESUBTREE, SINGLELEVEL, BASEOBJECTData Type
String
Default Value
"WHOLESUBTREE"
Remarks
Whether to limit the scope of the search to the whole subtree (BaseDN and all of its descendants), a single level (BaseDN and its direct descendants), or the base object (BaseDN only). Limiting scope can greatly improve the search performance.
- WholeSubtree
- SingleLevel
- BaseObject