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
- name
Type: System.String
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.