VCDebugSettings::Environment Property

 

Gets or sets the environment for the debuggee, or variables to merge with the existing environment.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property String^ Environment {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The environment for the debuggee, or variables to merge with the existing environment.

Return to top
Show: