NAnt SDK Documentation - v0.92

FormatterData.OutputDirectory Property

Gets or sets the directory where the output file should be written to, if UseFile is true.

[Visual Basic]
Public Property OutputDirectory As DirectoryInfo
[C#]
public System.IO.DirectoryInfo OutputDirectory {get; set;}

Property Value

The directory where the output file should be written to.

See Also

FormatterData Class | NAnt.NUnit.Types Namespace