Summary
Gets or sets a value indicating whether output should be persisted
to a file.
- Assembly
- NAnt
.NUnit .dll - Namespace
- NAnt
.NUnit .Types - Containing Type
- FormatterData
Syntax
public bool UseFile { get; set; }
Value
| Type | Description |
|---|---|
| bool |
true if output should be written to a file; otherwise,
false. The default is false.
|
