ToolTask.canBeIncremental Property

Definition

ToolTask is not incremental by default. When a derived class overrides SkipTaskExecution, then Question feature can take into effect.

protected:
 property bool canBeIncremental { bool get(); void set(bool value); };
protected bool canBeIncremental { get; set; }
member this.canBeIncremental : bool with get, set
Protected Property canBeIncremental As Boolean

Property Value

Applies to