This documentation is archived and is not being maintained.

IAccessControlService::QueryServiceIdentities Method (array<String>, Boolean)

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.

Show: