NAnt SDK Documentation - v0.92

BuildEventArgs.Project Property

Gets the Project that fired this event.

[Visual Basic]
Public ReadOnly Property Project As Project
[C#]
public Project Project {get;}

Property Value

The Project that fired this event.

See Also

BuildEventArgs Class | NAnt.Core Namespace