DirectorySearcher.SearchScope Property
.NET Framework 2.0
Gets or sets a value indicating the scope of the search that is observed by the server.
Namespace: System.DirectoryServices
Assembly: System.DirectoryServices (in system.directoryservices.dll)
Assembly: System.DirectoryServices (in system.directoryservices.dll)
/** @property */ public SearchScope get_SearchScope () /** @property */ public void set_SearchScope (SearchScope value)
public function get SearchScope () : SearchScope public function set SearchScope (value : SearchScope)
Property Value
One of the SearchScope values. The default is Subtree.| Exception type | Condition |
|---|---|
| The value is not one of the ReferralChasingOption values. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.