Share via


IAccessControlService.QueryServiceIdentity Method (Guid)

Queries the service identity with the given ID.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Function QueryServiceIdentity ( _
    serviceIdentityId As Guid _
) As ServiceIdentity
ServiceIdentity QueryServiceIdentity(
    Guid serviceIdentityId
)
ServiceIdentity^ QueryServiceIdentity(
    Guid serviceIdentityId
)
abstract QueryServiceIdentity : 
        serviceIdentityId:Guid -> ServiceIdentity
function QueryServiceIdentity(
    serviceIdentityId : Guid
) : ServiceIdentity

Parameters

  • serviceIdentityId
    Type: System.Guid

    The Team Foundation ID of the service identity.

Return Value

Type: Microsoft.TeamFoundation.Framework.Client.ServiceIdentity
The service identity.

.NET Framework Security

See Also

Reference

IAccessControlService Interface

QueryServiceIdentity Overload

Microsoft.TeamFoundation.Framework.Client Namespace