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

VbcTask.Extension Property

[This is preliminary documentation and subject to change.]

Gets the file extension required by the current compiler.

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

Property Value

For the VB.NET compiler, the file extension is always vb.

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.VbcTask.Extension

See Also

VbcTask Class | NAnt.DotNet.Tasks Namespace