Share via


LaunchCommand.EnvironmentVariables Property

Definition

Environment variables to pass into the launch command

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

Applies to