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

NUnit2Test.XsltFile Property

[This is preliminary documentation and subject to change.]

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

Remarks

Missing <remarks> documentation for P:NAnt.NUnit2.Types.NUnit2Test.XsltFile

See Also

NUnit2Test Class | NAnt.NUnit2.Types Namespace