NAnt SDK Documentation - v0.92

NUnit2Test.XsltFile Property

XSLT transform file to use when using the Plain formatter.

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

See Also

NUnit2Test Class | NAnt.NUnit2.Types Namespace