VCDebugSettings.EnvironmentMerge Property

Definition

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

public:
 property bool EnvironmentMerge { bool get(); void set(bool value); };
public:
 property bool EnvironmentMerge { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2333)]
public bool EnvironmentMerge { [System.Runtime.InteropServices.DispId(2333)] get; [System.Runtime.InteropServices.DispId(2333)] set; }
[<System.Runtime.InteropServices.DispId(2333)>]
[<get: System.Runtime.InteropServices.DispId(2333)>]
[<set: System.Runtime.InteropServices.DispId(2333)>]
member this.EnvironmentMerge : bool with get, set
Public Property EnvironmentMerge As Boolean

Property Value

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

Attributes

Applies to