NAnt SDK Documentation - v0.85-nightly-2005-11-09

FormatterData.OutputDirectory Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.NUnit.Types.FormatterData.OutputDirectory

See Also

FormatterData Class | NAnt.NUnit.Types Namespace