StrongBoxWebService.UnlockDrawer Method

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

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

Parameters

Return Value

Type: System.Guid

.NET Framework Security

See Also

Reference

StrongBoxWebService Class

Microsoft.TeamFoundation.Server.Core.WebServices Namespace