StrongBoxWebService.GetString Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetString ( _
drawerId As Guid, _
lookupKey As String _
) As String
[WebMethodAttribute]
public string GetString(
Guid drawerId,
string lookupKey
)
[WebMethodAttribute]
public:
String^ GetString(
Guid drawerId,
String^ lookupKey
)
[<WebMethodAttribute>]
member GetString :
drawerId:Guid *
lookupKey:string -> string
public function GetString(
drawerId : Guid,
lookupKey : String
) : String
Parameters
- drawerId
Type: System.Guid
- lookupKey
Type: System.String
Return Value
Type: System.String
.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.