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

FormatterElement.Type Property

[This is preliminary documentation and subject to change.]

Type of formatter.

[Visual Basic]
<TaskAttribute(Name:="type", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property Type As FormatterType
[C#]
[TaskAttribute(Name="type", Required=True, ExpandProperties=True, ProcessXml=True)]
public FormatterType Type {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.NUnit.Types.FormatterElement.Type

See Also

FormatterElement Class | NAnt.NUnit.Types Namespace