Deletes the service identity with the given ID.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub DeleteServiceIdentity ( _
    serviceIdentityId As Guid _
)
void DeleteServiceIdentity(
    Guid serviceIdentityId
)
void DeleteServiceIdentity(
    Guid serviceIdentityId
)
abstract DeleteServiceIdentity : 
        serviceIdentityId:Guid -> unit
function DeleteServiceIdentity(
    serviceIdentityId : Guid
)
Parameters
- serviceIdentityId 
 Type: System.Guid- The Team Foundation ID of 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