Share via


TeamFoundationStrongBoxService.UnlockDrawer Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function UnlockDrawer ( _
    requestContext As TeamFoundationRequestContext, _
    name As String, _
    throwOnFailure As Boolean _
) As Guid
public Guid UnlockDrawer(
    TeamFoundationRequestContext requestContext,
    string name,
    bool throwOnFailure
)
public:
Guid UnlockDrawer(
    TeamFoundationRequestContext^ requestContext, 
    String^ name, 
    bool throwOnFailure
)
member UnlockDrawer : 
        requestContext:TeamFoundationRequestContext * 
        name:string * 
        throwOnFailure:bool -> Guid
public function UnlockDrawer(
    requestContext : TeamFoundationRequestContext, 
    name : String, 
    throwOnFailure : boolean
) : Guid

Parameters

Return Value

Type: System.Guid

.NET Framework Security

See Also

Reference

TeamFoundationStrongBoxService Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace