Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub SetValue(Of T) ( _
    requestContext As TeamFoundationRequestContext, _
    path As String, _
    value As T _
)
void SetValue<T>(
    TeamFoundationRequestContext requestContext,
    string path,
    T value
)
generic<typename T>
void SetValue(
    TeamFoundationRequestContext^ requestContext, 
    String^ path, 
    T value
)
abstract SetValue : 
        requestContext:TeamFoundationRequestContext * 
        path:string * 
        value:'T -> unit
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- path
 Type: System.String
- value
 Type: T
.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.