NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
FormatterElement.UseFile Property
[This is preliminary documentation and subject to change.]
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;}
Remarks
Missing <remarks> documentation for P:NAnt.NUnit.Types.FormatterElement.UseFile
See Also
FormatterElement Class | NAnt.NUnit.Types Namespace