CompileWorkflowTask.BuildingProject Property

Definition

Gets or sets a value that indicates whether this build task is currently building the workflow project.

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

Property Value

true if this build task is currently building the workflow project; otherwise, false.

Applies to