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.GuidThe Team Foundation ID of the service identity.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.ServiceIdentity
The service identity.
.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.