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
Public Function GetValue ( _
    requestContext As TeamFoundationRequestContext, _
    path As String _
) As String
public string GetValue(
    TeamFoundationRequestContext requestContext,
    string path
)
public:
virtual String^ GetValue(
    TeamFoundationRequestContext^ requestContext, 
    String^ path
) sealed
abstract GetValue : 
        requestContext:TeamFoundationRequestContext * 
        path:string -> string  
override GetValue : 
        requestContext:TeamFoundationRequestContext * 
        path:string -> string
public final function GetValue(
    requestContext : TeamFoundationRequestContext, 
    path : String
) : String
Parameters
- requestContext 
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext- The request context. 
- 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
- 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.