Share via


ITeamFoundationRegistryService.GetValue Method (TeamFoundationRequestContext, String)

Retrieves the value for the specified path.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Function GetValue ( _
    requestContext As TeamFoundationRequestContext, _
    path As String _
) As String
string GetValue(
    TeamFoundationRequestContext requestContext,
    string path
)
String^ GetValue(
    TeamFoundationRequestContext^ requestContext, 
    String^ path
)
abstract GetValue : 
        requestContext:TeamFoundationRequestContext * 
        path:string -> string
function GetValue(
    requestContext : TeamFoundationRequestContext, 
    path : String
) : String

Parameters

  • path
    Type: System.String

    Location in the registry to read the setting from

Return Value

Type: System.String
The registry value as a System.String

.NET Framework Security

See Also

Reference

ITeamFoundationRegistryService Interface

GetValue Overload

Microsoft.TeamFoundation.Framework.Server Namespace