|
|
От: | kkts | |
| Дата: | 18.11.04 14:40 | ||
| Оценка: | |||
System.DirectoryServices.DirectorySearcher mySearcher = new System.DirectoryServices.DirectorySearcher(entry);
mySearcher.Filter = ("(&(objectCategory=user)(|" +
"(displayName=" + searchstr + "*)(mobile=" + searchstr + "*)))");
SearchResultCollection srcol = mySearcher.FindAll();