NAnt SDK Documentation - v0.92

ProjectBase.Type Property

Gets the type of the project.

[Visual Basic]
MustOverride Public ReadOnly Property Type As ProjectType
[C#]
public abstract ProjectType Type {get;}

Property Value

The type of the project.

See Also

ProjectBase Class | NAnt.VSNet Namespace