This documentation is archived and is not being maintained.
IIdentityManagementService2::ReadIdentities Method (array<Guid>, MembershipQuery, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope)
Visual Studio 2013
Read identities by Team Foundation ID.
Note that performance will be fastest when no membership information is requested.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
array<TeamFoundationIdentity^>^ ReadIdentities( array<Guid>^ teamFoundationIds, MembershipQuery queryMembership, ReadIdentityOptions readOptions, IEnumerable<String^>^ propertyNameFilters, IdentityPropertyScope propertyScope )
Parameters
- teamFoundationIds
- Type: array<System::Guid>
IDs.
- queryMembership
- Type: Microsoft.TeamFoundation.Framework.Common::MembershipQuery
None, direct or expanded membership information.
- readOptions
- Type: Microsoft.TeamFoundation.Framework.Common::ReadIdentityOptions
- propertyNameFilters
- Type: System.Collections.Generic::IEnumerable<String>
- propertyScope
- Type: Microsoft.TeamFoundation.Framework.Common::IdentityPropertyScope
Return Value
Type: array<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: