IEnvironmentVariables.SetVariable(EnvironmentVariable) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the value of the specified environment variable.
public void SetVariable(Microsoft.Testing.Platform.Extensions.TestHostControllers.EnvironmentVariable environmentVariable);
abstract member SetVariable : Microsoft.Testing.Platform.Extensions.TestHostControllers.EnvironmentVariable -> unit
Public Sub SetVariable (environmentVariable As EnvironmentVariable)
Parameters
- environmentVariable
- EnvironmentVariable
The environment variable to set.