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

ManagedProjectBase.FileExtension Property

[This is preliminary documentation and subject to change.]

Gets the default file extension of sources for this project.

[Visual Basic]
MustOverride Protected ReadOnly Property FileExtension As String
[C#]
protected abstract string FileExtension {get;}

Property Value

The default file extension of sources for this project.

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.ManagedProjectBase.FileExtension

See Also

ManagedProjectBase Class | NAnt.VSNet Namespace