Project.BuildEnabled Property

Definition

Gets or sets a value indicating whether the project is enabled for building tasks and targets.

public:
 property bool BuildEnabled { bool get(); void set(bool value); };
public bool BuildEnabled { get; set; }
member this.BuildEnabled : bool with get, set
Public Property BuildEnabled As Boolean

Property Value

true if the project is enabled for building tasks and targets; otherwise, false.

Remarks

By default, this property uses value of the BuildEnabled property of the project's ParentEngine.

Applies to