Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub SetValue ( _
    requestContext As TeamFoundationRequestContext, _
    teamFoundationId As Guid, _
    path As String, _
    value As String _
)
public void SetValue(
    TeamFoundationRequestContext requestContext,
    Guid teamFoundationId,
    string path,
    string value
)
public:
void SetValue(
    TeamFoundationRequestContext^ requestContext, 
    Guid teamFoundationId, 
    String^ path, 
    String^ value
)
member SetValue : 
        requestContext:TeamFoundationRequestContext * 
        teamFoundationId:Guid * 
        path:string * 
        value:string -> unit
public function SetValue(
    requestContext : TeamFoundationRequestContext, 
    teamFoundationId : Guid, 
    path : String, 
    value : String
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- teamFoundationId
 Type: System.Guid
- path
 Type: System.String
- value
 Type: 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.