This documentation is archived and is not being maintained.
IAccessControlService::QueryServiceIdentity Method (Guid, Boolean)
Visual Studio 2013
Queries the service identity with the given ID.
Optionally includes membership details.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
ServiceIdentity^ QueryServiceIdentity(
Guid serviceIdentityId,
bool includeMemberships
)
Parameters
- serviceIdentityId
- Type: System::Guid
The Team Foundation ID of the service identity.
- includeMemberships
- Type: System::Boolean
Whether or not to include membership details.
- 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: