Share via


IEnvironmentVariableExtension.SetEnvironmentVariable Method

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Sub SetEnvironmentVariable ( _
    name As String, _
    value As Object _
)
void SetEnvironmentVariable(
    string name,
    Object value
)
void SetEnvironmentVariable(
    String^ name, 
    Object^ value
)
abstract SetEnvironmentVariable : 
        name:string * 
        value:Object -> unit
function SetEnvironmentVariable(
    name : String, 
    value : Object
)

Parameters

.NET Framework Security

See Also

Reference

IEnvironmentVariableExtension Interface

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace