NAnt SDK Documentation - v0.92

FormatterData.UseFile Property

Gets or sets a value indicating whether output should be persisted to a file.

[Visual Basic]
Public Property UseFile As Boolean
[C#]
public bool UseFile {get; set;}

Property Value

true if output should be written to a file; otherwise, false. The default is false.

See Also

FormatterData Class | NAnt.NUnit.Types Namespace