The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DirectorySearcher Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Asynchronous | Gets or sets a value that indicates if the search is performed asynchronously. |
| AttributeScopeQuery | Gets or sets the LDAP display name of the distinguished name attribute to search in. Only one attribute can be used for this type of search. |
| 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 | Gets the IContainer that contains the Component. (inherited from Component) |
| DerefAlias | Gets or sets a value indicating how the aliases of objects that are found during a search should be resolved. |
| DirectorySynchronization | Gets or sets an object that represents the directory synchronization control to use with the search. |
| ExtendedDN | Gets or sets a value that indicates the format of the distinguished names. |
| Filter | Gets or sets a value indicating the Lightweight Directory Access Protocol (LDAP) format filter string. |
| PageSize | Gets or sets a value indicating the page size in a paged search. |
| PropertiesToLoad | Gets a value indicating the list of properties to retrieve 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 a value indicating how referrals are chased. |
| SearchRoot | Gets or sets a value indicating the node in the Active Directory hierarchy where the search starts. |
| SearchScope | Gets or sets a value indicating the scope of the search that is observed by the server. |
| SecurityMasks | Gets or sets a value indicating which security access information for the specified attributes should be returned by the search. |
| ServerPageTimeLimit | Gets or sets a value indicating the maximum amount of time the server should search for an individual page of results. This is not the same as the time limit for the entire search. |
| ServerTimeLimit | The ServerTimeLimit property gets or sets a value indicating the maximum amount of time the server spends searching. If the time limit is reached, only entries that are found up to that point are returned. |
| Site | Gets or sets the ISite of the Component. (inherited from Component) |
| SizeLimit | Gets or sets a value indicating the maximum number of objects that the server returns in a search. |
| Sort | Gets or sets a value indicating the property on which the results are sorted. |
| Tombstone | Gets or sets a value indicating whether the search should also return deleted objects that match the search filter. |
| VirtualListView | Gets or sets a value indicating the virtual list view options for the search. |
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (inherited from Component) |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (inherited from Component) |
| Events | Gets the list of event handlers that are attached to this Component. (inherited from Component) |