StrongBoxWebService.UnlockDrawer Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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
Returns Guid.

.NET Framework Security

See Also

Reference

StrongBoxWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace