AccessControlWebService.DeleteServiceIdentity Method
Delete the service identity with the given id
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub DeleteServiceIdentity ( _
serviceIdentityId As Guid _
)
[WebMethodAttribute]
public void DeleteServiceIdentity(
Guid serviceIdentityId
)
[WebMethodAttribute]
public:
void DeleteServiceIdentity(
Guid serviceIdentityId
)
[<WebMethodAttribute>]
member DeleteServiceIdentity :
serviceIdentityId:Guid -> unit
public function DeleteServiceIdentity(
serviceIdentityId : Guid
)
Parameters
serviceIdentityId
Type: System.GuidThe id of 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.