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

FormatterElement.OutputDirectory Property

[This is preliminary documentation and subject to change.]

Specifies the directory where the output file should be written to, if UseFile is true. If not specified, the output file will be written to the directory where the test module is located.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="outputdir", ExpandProperties:=True, ProcessXml:=True)>
Public Property OutputDirectory As DirectoryInfo
[C#]
[TaskAttribute(Required=False, Name="outputdir", ExpandProperties=True, ProcessXml=True)]
public System.IO.DirectoryInfo OutputDirectory {get; set;}

Remarks

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

See Also

FormatterElement Class | NAnt.NUnit.Types Namespace