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

BuildEventArgs.Project Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.BuildEventArgs.Project

See Also

BuildEventArgs Class | NAnt.Core Namespace