NAnt SDK Documentation - v0.92 |
|
FormatterElement.UseFile Property
Determines whether output should be persisted to a file. The default is false.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="usefile", ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property UseFile As
Boolean
[C#]
[TaskAttribute(Required=False, Name="usefile", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public
bool UseFile {get; set;}
See Also
FormatterElement Class | NAnt.NUnit.Types Namespace