ToolTask.canBeIncremental Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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