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

ExecTask.OutputAppend Property

[This is preliminary documentation and subject to change.]

Gets or sets a value indicating whether output should be appended to the output file. The default is false.

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

Property Value

true if output should be appended to the Output; otherwise, false.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.ExecTask.OutputAppend

See Also

ExecTask Class | NAnt.Core.Tasks Namespace