IEnvironmentVariables.RemoveVariable(String) Method

Definition

Removes the specified environment variable.

public void RemoveVariable(string variable);
abstract member RemoveVariable : string -> unit
Public Sub RemoveVariable (variable As String)

Parameters

variable
String

The name of the environment variable to remove.

Applies to