4 references to Sort
System.DirectoryServices (4)
System\DirectoryServices\DirectorySearcher.cs (4)
805
if (
Sort
.PropertyName != null &&
Sort
.PropertyName.Length > 0)
810
sortKey.pszAttrType = Marshal.StringToCoTaskMemUni(
Sort
.PropertyName);
813
sortKey.fReverseOrder = (
Sort
.Direction == SortDirection.Descending) ? -1 : 0;