Summary
Gets a value indicating whether output will be appended to the
NAnt.Core.Tasks.ExternalProgramBase.Output
.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- ExternalProgramBase
Syntax
public virtual bool OutputAppend { get; set; }
Value
Type | Description |
---|---|
bool |
true if output should be appended to the NAnt.Core.Tasks.ExternalProgramBase.Output ;
otherwise, false .
|