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