SortOption Class
Specifies how to sort the results of a search.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
| Name | Description | |
|---|---|---|
![]() | SortOption() | Initializes a new instance of the SortOption() class. |
![]() | SortOption(String, SortDirection) | Initializes a new instance of the SortOption class, which contains the specified property name and specified sort direction. |
| Name | Description | |
|---|---|---|
![]() | Direction | Gets or sets the direction in which to sort the results of a query. |
![]() | PropertyName | Gets or sets the name of the property to sort on. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


