IVCBuildOptionsPage.BuildLogging Property

Gets or sets a value indicating whether build activity will be logged.

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

Syntax

'Declaration
Property BuildLogging As Boolean
'Usage
Dim instance As IVCBuildOptionsPage 
Dim value As Boolean 

value = instance.BuildLogging

instance.BuildLogging = value
bool BuildLogging { get; set; }
property bool BuildLogging {
    bool get ();
    void set (bool value);
}
function get BuildLogging () : boolean 
function set BuildLogging (value : boolean)

Property Value

Type: System.Boolean
true if build activity is logged; otherwise, false.

Remarks

The default log file is BuildLog.htm. It can be found in the project's intermediate files directory.

.NET Framework Security

See Also

Reference

IVCBuildOptionsPage Interface

IVCBuildOptionsPage Members

Microsoft.VisualStudio.VCProject Namespace