Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
path
Type: System.StringLocation 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.