VCDebugSettings.Environment Property

Definition

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

public:
 property System::String ^ Environment { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Environment { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(2332)]
public string Environment { [System.Runtime.InteropServices.DispId(2332)] get; [System.Runtime.InteropServices.DispId(2332)] set; }
[<System.Runtime.InteropServices.DispId(2332)>]
[<get: System.Runtime.InteropServices.DispId(2332)>]
[<set: System.Runtime.InteropServices.DispId(2332)>]
member this.Environment : string with get, set
Public Property Environment As String

Property Value

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

Attributes

Applies to