Share via


TeamFoundationStrongBoxService.UnlockDrawer Method

Unlock an existing StrongBox drawer for access.

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

Syntax

'Declaration
Public Function UnlockDrawer ( _
    name As String _
) As Guid
public Guid UnlockDrawer(
    string name
)
public:
Guid UnlockDrawer(
    String^ name
)
member UnlockDrawer : 
        name:string -> Guid
public function UnlockDrawer(
    name : String
) : Guid

Parameters

Return Value

Type: System.Guid
The unique identifier for the Drawer. Used in Drawer specific calls.

.NET Framework Security

See Also

Reference

TeamFoundationStrongBoxService Class

Microsoft.TeamFoundation.Framework.Client Namespace