DirectorySearcher.Sort Property
.NET Framework 2.0
Gets or sets a value indicating the property on which the results are sorted.
Namespace: System.DirectoryServices
Assembly: System.DirectoryServices (in system.directoryservices.dll)
Assembly: System.DirectoryServices (in system.directoryservices.dll)
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public SortOption Sort { get; set; }
/** @property */ public SortOption get_Sort () /** @property */ public void set_Sort (SortOption value)
Property Value
A SortOption object that specifies the property and direction that the search results should be sorted on.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.