Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub SetValue ( _
    requestContext As TeamFoundationRequestContext, _
    identity As Identity, _
    path As String, _
    value As String _
)
public void SetValue(
    TeamFoundationRequestContext requestContext,
    Identity identity,
    string path,
    string value
)
public:
void SetValue(
    TeamFoundationRequestContext^ requestContext, 
    Identity^ identity, 
    String^ path, 
    String^ value
)
member SetValue : 
        requestContext:TeamFoundationRequestContext * 
        identity:Identity * 
        path:string * 
        value:string -> unit
public function SetValue(
    requestContext : TeamFoundationRequestContext, 
    identity : Identity, 
    path : String, 
    value : String
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- identity
 Type: Microsoft.VisualStudio.Services.Identity.Identity
- 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.