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

FormatterData.Extension Property

[This is preliminary documentation and subject to change.]

Gets or sets the extension to append to the output filename.

[Visual Basic]
Public Property Extension As String
[C#]
public string Extension {get; set;}

Property Value

The extension to append to the output filename.

Remarks

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

See Also

FormatterData Class | NAnt.NUnit.Types Namespace