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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- name
Type: System.String
- throwOnFailure
Type: System.Boolean
Return Value
Type: System.Guid
.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.