Gets the file to which the standard output should be redirected.
The file to which the standard output should be redirected, or a null reference (Nothing in Visual Basic) if the standard output should not be redirected.
The default implementation will never allow the standard output to be redirected to a file. Deriving classes should override this property to change this behaviour.
ExternalProgramBase Class | NAnt.Core.Tasks Namespace