TeamFoundationBaseRegistryService.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
Public Function GetValue ( _
requestContext As TeamFoundationRequestContext, _
path As String _
) As String
public string GetValue(
TeamFoundationRequestContext requestContext,
string path
)
public:
String^ GetValue(
TeamFoundationRequestContext^ requestContext,
String^ path
)
member GetValue :
requestContext:TeamFoundationRequestContext *
path:string -> string
public function GetValue(
requestContext : TeamFoundationRequestContext,
path : String
) : String
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context.
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.