This documentation is archived and is not being maintained.
IGroupSecurityService::ReadIdentities Method
Visual Studio 2013
Search for a list of identities.
While ReadIdentity searches for only one identity at a time, this methods allows for searching on multiple identities.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
array<Identity^>^ ReadIdentities( SearchFactor factor, array<String^>^ factorValue, QueryMembership queryMembership )
Parameters
- factor
- Type: Microsoft.TeamFoundation.Server::SearchFactor
specifies how search will continue SearchFactor
- factorValue
- Type: array<System::String>
this value will be interpreted based on SearchFactor
- queryMembership
- Type: Microsoft.TeamFoundation.Server::QueryMembership
specifies what membership data should be returned QueryMembership
Return Value
Type: array<Microsoft.TeamFoundation.Server::Identity>An array of identities that meet the searching criteria
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: