Touch.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 the incremental nature of this task.
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, skip touching the disk to avoid causing incremental issue. Unless the file doesn't exists, in which case, error out.