Summary
Gets the
NAnt.Core.BuildEventArgs.Project
that fired this event.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- BuildEventArgs
Syntax
public Project Project { get; }
Value
Type | Description |
---|---|
Project |
The NAnt.Core.BuildEventArgs.Project that fired this event.
|