Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetValue(Of T) ( _
    requestContext As TeamFoundationRequestContext, _
    identity As Identity, _
    path As String _
) As T
public T GetValue<T>(
    TeamFoundationRequestContext requestContext,
    Identity identity,
    string path
)
public:
generic<typename T>
T GetValue(
    TeamFoundationRequestContext^ requestContext, 
    Identity^ identity, 
    String^ path
)
member GetValue : 
        requestContext:TeamFoundationRequestContext * 
        identity:Identity * 
        path:string -> 'T 
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- identity
 Type: Microsoft.VisualStudio.Services.Identity.Identity
- path
 Type: System.String
Return Value
Type: T
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.