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