Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetValue ( _
    requestContext As TeamFoundationRequestContext, _
    teamFoundationId As Guid, _
    path As String, _
    fallThru As Boolean, _
    defaultValue As String _
) As String
public string GetValue(
    TeamFoundationRequestContext requestContext,
    Guid teamFoundationId,
    string path,
    bool fallThru,
    string defaultValue
)
public:
String^ GetValue(
    TeamFoundationRequestContext^ requestContext, 
    Guid teamFoundationId, 
    String^ path, 
    bool fallThru, 
    String^ defaultValue
)
member GetValue : 
        requestContext:TeamFoundationRequestContext * 
        teamFoundationId:Guid * 
        path:string * 
        fallThru:bool * 
        defaultValue:string -> string
public function GetValue(
    requestContext : TeamFoundationRequestContext, 
    teamFoundationId : Guid, 
    path : String, 
    fallThru : boolean, 
    defaultValue : String
) : String
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- teamFoundationId
 Type: System.Guid
- path
 Type: System.String
- fallThru
 Type: System.Boolean
- defaultValue
 Type: System.String
Return Value
Type: System.String
Returns 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.