NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
ExecTask.Output Property
[This is preliminary documentation and subject to change.]
The file to which the standard output will be redirected.
[Visual Basic]
<TaskAttribute(Name:="output", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Overrides Public Property Output As
FileInfo
[C#]
[TaskAttribute(Name="output", Required=False, ExpandProperties=True, ProcessXml=True)]
public override
System.IO.FileInfo Output {get; set;}
Remarks
By default, the standard output is redirected to the console.
See Also
ExecTask Class | NAnt.Core.Tasks Namespace