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

NUnitTest.OutFile Property

[This is preliminary documentation and subject to change.]

Base name of the test result. The full filename is determined by this attribute and the extension of formatter.

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

Remarks

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

See Also

NUnitTest Class | NAnt.NUnit1.Types Namespace