TeamFoundationBaseRegistryService.GetValue Method (TeamFoundationRequestContext, Identity, String, Boolean, String)

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

Syntax

'Declaration
Public Function GetValue ( _
    requestContext As TeamFoundationRequestContext, _
    identity As Identity, _
    path As String, _
    fallThru As Boolean, _
    defaultValue As String _
) As String
public string GetValue(
    TeamFoundationRequestContext requestContext,
    Identity identity,
    string path,
    bool fallThru,
    string defaultValue
)
public:
String^ GetValue(
    TeamFoundationRequestContext^ requestContext, 
    Identity^ identity, 
    String^ path, 
    bool fallThru, 
    String^ defaultValue
)
member GetValue : 
        requestContext:TeamFoundationRequestContext * 
        identity:Identity * 
        path:string * 
        fallThru:bool * 
        defaultValue:string -> string
public function GetValue(
    requestContext : TeamFoundationRequestContext, 
    identity : Identity, 
    path : String, 
    fallThru : boolean, 
    defaultValue : String
) : String

Parameters

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

TeamFoundationBaseRegistryService Class

GetValue Overload

Microsoft.TeamFoundation.Framework.Server Namespace