WriteLinesToFile.FailIfNotIncremental 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.
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.