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

NUnitTest.ToDir Property

[This is preliminary documentation and subject to change.]

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;}

Remarks

Missing <remarks> documentation for P:NAnt.NUnit1.Types.NUnitTest.ToDir

See Also

NUnitTest Class | NAnt.NUnit1.Types Namespace