SearchRequest Properties
.NET Framework 4.5
The SearchRequest type exposes the following members.
| Name | Description | |
|---|---|---|
|
Aliases | The Aliases property contains one of the values of DereferenceAlias that specifies the dereference alias behavior. |
|
Attributes | The Attributes property contains the attributes of the requested object. |
|
Controls | The Controls property contains a DirectoryControlCollection object. (Inherited from DirectoryRequest.) |
|
DistinguishedName | The DistinguishedName property contains the distinguished name of the requested object. |
|
Filter | The Filter property contains the search filter. |
|
RequestId | The RequestId property contains the requestID specified in the request. (Inherited from DirectoryRequest.) |
|
Scope | The Scope property contains one of the values of SearchScope that specifies the scope of the search. |
|
SizeLimit | The SizeLimit property contains the maximum number of objects returned in the search request. |
|
TimeLimit | The TimeLimit property contains a TimeSpan object that specifies the time span allowed, if the server processes the search request. |
|
TypesOnly | The TypesOnly property specifies whether the search returns only the attribute names and not the attribute values. |