This documentation is archived and is not being maintained.
IIdentityManagementService.ReadIdentities Method (Guid[], MembershipQuery)
Visual Studio 2013
Read identities by Team Foundation Id.
Note - performance will be fastest when no membership information is requested.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
TeamFoundationIdentity[] ReadIdentities( Guid[] teamFoundationIds, MembershipQuery queryMembership )
Parameters
- teamFoundationIds
- Type: System.Guid[]
identity ids
- queryMembership
- Type: Microsoft.TeamFoundation.Framework.Common.MembershipQuery
none, direct or expanded membership information
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity[]Array of identities, corresponding 1 to 1 with input array
- 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: