NAnt SDK Documentation - v0.92

NUnitTest.ToDir Property

Directory to write the reports to.

[Visual Basic]
<TaskAttribute(Name:="todir", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property ToDir As String
[C#]
[TaskAttribute(Name="todir", Required=False, ExpandProperties=True, ProcessXml=True)]
public string ToDir {get; set;}

See Also

NUnitTest Class | NAnt.NUnit1.Types Namespace