WriteLinesToFile.WriteOnlyWhenDifferent Property

Definition

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

Property Value

Applies to