WriteLinesToFile.FailIfNotIncremental Property

Definition

Question whether this task is incremental.

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

Property Value

Remarks

When question is true, then error out if WriteOnlyWhenDifferent would have written to the file.

Applies to