NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DirectorySearcher.Sort

Allows you to set a property on which the results should be sorted.

[Visual Basic]
Public ReadOnly Property Sort As SortOption
[C#]
public SortOption Sort {get;}
[C++]
public: __property SortOption* get_Sort();
[JScript]
public function get Sort() : SortOption;

See Also

DirectorySearcher Class | DirectorySearcher Members | System.DirectoryServices Namespace