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
- name
Type: System.String
- value
Type: System.Object
.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.
See Also
Reference
IEnvironmentVariableExtension Interface
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace