Deletes the given service identity.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub DeleteServiceIdentity ( _
    serviceIdentity As ServiceIdentity _
)
void DeleteServiceIdentity(
    ServiceIdentity serviceIdentity
)
void DeleteServiceIdentity(
    ServiceIdentity^ serviceIdentity
)
abstract DeleteServiceIdentity : 
        serviceIdentity:ServiceIdentity -> unit
function DeleteServiceIdentity(
    serviceIdentity : ServiceIdentity
)
Parameters
- serviceIdentity 
 Type: Microsoft.TeamFoundation.Framework.Client.ServiceIdentity- The service identity to delete. 
.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