Sets the value of the specified environment variable.
C#
SetEnvironmentVariable (sName, sValue);
VB
SetEnvironmentVariable (sName, sValue)
Variable | Description |
---|---|
sName | The name of the environment variable. String. |
sValue | The value of the specified environment variable. String. |