Summary
Gets the
NAnt.Core.FrameworkInfo.Project
used to initialize this framework.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- FrameworkInfo
Syntax
public Project Project { get; }
Value
Type | Description |
---|---|
Project |
The NAnt.Core.FrameworkInfo.Project used to initialize this framework.
|