StrongBoxWebService.GetString Method

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

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

StrongBoxWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace