TeamFoundationStrongBoxService.DeleteItem Method

Delete an item from the StrongBox drawer.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Sub DeleteItem ( _
    drawerId As Guid, _
    lookupKey As String _
)
public void DeleteItem(
    Guid drawerId,
    string lookupKey
)
public:
void DeleteItem(
    Guid drawerId, 
    String^ lookupKey
)
member DeleteItem : 
        drawerId:Guid * 
        lookupKey:string -> unit
public function DeleteItem(
    drawerId : Guid, 
    lookupKey : String
)

Parameters

  • drawerId
    Type: System.Guid

    The unique identifier returned from CreateDrawer or UnlockDrawer.

  • lookupKey
    Type: System.String

    The identifier that is used to look up the value in the drawer.

.NET Framework Security

See Also

Reference

TeamFoundationStrongBoxService Class

Microsoft.TeamFoundation.Framework.Client Namespace