WriteLinesToFile.WriteOnlyWhenDifferent 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.
If true, the target file specified, if it exists, will be read first to compare against what the task would have written. If identical, the file is not written to disk and the timestamp will be preserved.
public:
property bool WriteOnlyWhenDifferent { bool get(); void set(bool value); };
public bool WriteOnlyWhenDifferent { get; set; }
member this.WriteOnlyWhenDifferent : bool with get, set
Public Property WriteOnlyWhenDifferent As Boolean