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
Post a Comment