NAnt SDK Documentation - v0.85-nightly-2005-11-09

EchoTask.Append Property

[This is preliminary documentation and subject to change.]

Determines whether the EchoTask should append to the file, or overwrite it. By default, the file will be overwritten.

[Visual Basic]
<TaskAttribute(Name:="append", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Append As Boolean
[C#]
[TaskAttribute(Name="append", Required=False, ExpandProperties=True, ProcessXml=True)]
public bool Append {get; set;}

Property Value

true if output should be appended to the file; otherwise, false. The default is false.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.EchoTask.Append

See Also

EchoTask Class | NAnt.Core.Tasks Namespace