EnvironmentVariableCollection.Remove(String) Method

Definition

Removes a variable.

public:
 void Remove(System::String ^ varName);
public void Remove (string varName);
override this.Remove : string -> unit
Public Sub Remove (varName As String)

Parameters

varName
String

The name of the variable.

Applies to