ExternalProgramBase.

Output Property

Summary

Gets the file to which the standard output should be redirected.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
ExternalProgramBase

Syntax

public virtual FileInfo Output { get; set; }

Remarks

The default implementation will never allow the standard output to be redirected to a file. Deriving classes should override this property to change this behavior.

Value

Type Description
FileInfo The file to which the standard output should be redirected, or null if the standard output should not be redirected.