c# - UserPrincipal - filter by multi values on a property -


i need users employeetype != g, j , l examples see query-by-example single value.. userprincipal qbeuser = new userprincipal(ctx); qbeuser.name = "bruce"; principalsearcher srch = new principalsearcher(qbeuser); ... blah

how this.. notice not equal , several values single property..

thanks in advance.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -