SetPair(String, String) Method

Definition

Assembly CliInvoke.Core.dll

Sets a single environment variable.

public EnvironmentVariablesSpec SetPair(string name, string value)

Parameters

name
String

The name of the environment variable to set.

value
String

The value of the environment variable to set.

Returns