NAnt SDK Documentation - v0.92 |
|
FormatterElement.Type Property
Type of formatter.
[Visual Basic]
<TaskAttribute(Required:=True, Name:="type", ExpandProperties:=True, ProcessXml:=True)>
Public Property Type As
FormatterType
[C#]
[TaskAttribute(Required=True, Name="type", ExpandProperties=True, ProcessXml=True)]
public
FormatterType Type {get; set;}
See Also
FormatterElement Class | NAnt.NUnit.Types Namespace