Engine.BuildEnabled Property

Definition

Gets or sets a value that indicates whether the building of targets in the project is enabled.

public:
 property bool BuildEnabled { bool get(); void set(bool value); };
public bool BuildEnabled { get; set; }
public bool BuildEnabled { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.BuildEnabled : bool with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.BuildEnabled : bool with get, set
Public Property BuildEnabled As Boolean

Property Value

true if the building of targets in the project is enabled; otherwise, false.

Attributes

Applies to