Share via


InstallCommand.EnvironmentVariables Property

Definition

Gets a dictionary of environment variables for this InstallCommand instance.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ EnvironmentVariables { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> EnvironmentVariables { get; }
member this.EnvironmentVariables : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property EnvironmentVariables As IDictionary(Of String, String)

Property Value

A generic IDictionary reference.

Applies to