This documentation is archived and is not being maintained.
IAccessControlService::QueryServiceIdentities Method (array<Guid>, Boolean)
Visual Studio 2013
Queries the service identities with the given IDs.
Optionally includes membership details.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
array<ServiceIdentity^>^ QueryServiceIdentities( array<Guid>^ serviceIdentityIds, bool includeMemberships )
Parameters
- serviceIdentityIds
- Type: array<System::Guid>
- includeMemberships
- Type: System::Boolean
Whether or not to include membership details.
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Client::ServiceIdentity>The service identities.
- 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: