IEnvironmentVariables.RemoveVariable(String) 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.
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.