1 write to PropertyName
System.DirectoryServices (1)
System\DirectoryServices\SortOption.cs (1)
21
PropertyName
= propertyName;
3 references to PropertyName
System.DirectoryServices (3)
System\DirectoryServices\DirectorySearcher.cs (3)
805
if (Sort.
PropertyName
!= null && Sort.
PropertyName
.Length > 0)
810
sortKey.pszAttrType = Marshal.StringToCoTaskMemUni(Sort.
PropertyName
);