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
声明
Property BuildLogging As Boolean
    Get
    Set
bool BuildLogging { get; set; }
property bool BuildLogging {
    bool get ();
    void set (bool value);
}
abstract BuildLogging : bool with get, set
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.