DirectorySearcher Constructor |
Overloaded. Initializes a new instance of the DirectorySearcher class. |
CacheResults |
Gets or sets a value indicating whether the result is cached on the client computer. |
ClientTimeout |
Gets or sets the maximum amount of time that the client waits for the server to return results. If the server does not respond within this time, the search is aborted and no results are returned. |
Container (inherited from Component) |
Gets the IContainer that contains the Component. |
Filter |
Gets or sets the Lightweight Directory Access Protocol (LDAP) format filter string. |
PageSize |
Gets or sets the page size in a paged search. |
PropertiesToLoad |
Gets the set of properties retrieved during the search. |
PropertyNamesOnly |
Gets or sets a value indicating whether the search retrieves only the names of attributes to which values have been assigned. |
ReferralChasing |
Gets or sets how referrals are chased. |
SearchRoot |
Gets or sets the node in the Active Directory hierarchy where the search starts. |
SearchScope |
Gets or sets the scope of the search that is observed by the server. |
ServerPageTimeLimit |
Gets or sets the time limit the server should observe to search an individual page of results (as opposed to the time limit for the entire search). |
ServerTimeLimit |
Gets or sets the maximum amount of time the server spends searching. If the time limit is reached, only entries found up to that point are returned. |
Site (inherited from Component) |
Gets or sets the ISite of the Component. |
SizeLimit |
Gets or sets the maximum number of objects the server returns in a search. |
Sort |
Gets the property on which the results are sorted. |
CreateObjRef (inherited from MarshalByRefObject) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose (inherited from Component) |
Overloaded. Releases the resources used by the Component. |
Equals (inherited from Object) |
Overloaded. Determines whether two Object instances are equal. |
FindAll |
Executes the search and returns a collection of the entries that are found. |
FindOne |
Executes the search and returns only the first entry found. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) |
Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) |
Obtains a lifetime service object to control the lifetime policy for this instance. |
ToString (inherited from Object) |
Returns a String that represents the current Object. |
Disposed (inherited from Component) |
Adds an event handler to listen to the Disposed event on the component. |
DesignMode (inherited from Component) |
Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) |
Gets the list of event handlers that are attached to this Component. |
Dispose |
Overloaded. Overridden. See Component.Dispose. |
Finalize (inherited from Component) |
Overridden. Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
GetService (inherited from Component) |
Returns an object that represents a service provided by the Component or by its Container. |
MemberwiseClone (inherited from Object) |
Creates a shallow copy of the current Object. |
DirectorySearcher Class | System.DirectoryServices Namespace