VCDebugSettings.EnvironmentMerge Property

Gets or sets a value specifying whether to merge the specified environment variables with the existing environment.

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

Syntax

'Declaration
Property EnvironmentMerge As Boolean
bool EnvironmentMerge { get; set; }
property bool EnvironmentMerge {
    bool get ();
    void set (bool value);
}
abstract EnvironmentMerge : bool with get, set
function get EnvironmentMerge () : boolean 
function set EnvironmentMerge (value : boolean)

Property Value

Type: Boolean
true if the specified environment variables will be merged; otherwise, false.

.NET Framework Security

See Also

Reference

VCDebugSettings Interface

Microsoft.VisualStudio.VCProjectEngine Namespace