Share via


IVCBuildOptionsPage.ShowEnvironmentInBuildLog Property

Definition

Gets or sets a value indicating whether to echo environment variables to the build log during builds of Visual C++ projects.

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

Property Value

true if environment information is included in the build log; otherwise, false.

Attributes

Applies to