ExecTask.

Output Property

Summary

The file to which the standard output will be redirected.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
ExecTask

Syntax

[TaskAttribute("output")]
public override FileInfo Output { get; set; }

Remarks

By default, the standard output is redirected to the console.

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
FileInfo