NAnt SDK Documentation - v0.92 |
|
ExternalProgramBase.OutputAppend Property
Gets a value indicating whether output will be appended to the Output.
[Visual Basic]
Overridable Public Property OutputAppend As
Boolean
[C#]
public virtual
bool OutputAppend {get; set;}
Property Value
true if output should be appended to the Output; otherwise, false.
See Also
ExternalProgramBase Class | NAnt.Core.Tasks Namespace