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

FormatterData.UseFile Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.NUnit.Types.FormatterData.UseFile

See Also

FormatterData Class | NAnt.NUnit.Types Namespace