IAccessControlService.QueryServiceIdentities Method (array<Guid , Boolean)
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)
Syntax
'Declaration
Function QueryServiceIdentities ( _
serviceIdentityIds As Guid(), _
includeMemberships As Boolean _
) As ServiceIdentity()
ServiceIdentity[] QueryServiceIdentities(
Guid[] serviceIdentityIds,
bool includeMemberships
)
array<ServiceIdentity^>^ QueryServiceIdentities(
array<Guid>^ serviceIdentityIds,
bool includeMemberships
)
abstract QueryServiceIdentities :
serviceIdentityIds:Guid[] *
includeMemberships:bool -> ServiceIdentity[]
function QueryServiceIdentities(
serviceIdentityIds : Guid[],
includeMemberships : boolean
) : ServiceIdentity[]
Parameters
- serviceIdentityIds
Type: array<System.Guid[]
includeMemberships
Type: System.BooleanWhether or not to include membership details.
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Client.ServiceIdentity[]
The service identities.
.NET Framework Security
- 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.
See Also
Reference
IAccessControlService Interface