Summary
Gets the project for which the dictionary holds properties.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- PropertyDictionary
Syntax
public Project Project { get; }
Value
Type | Description |
---|---|
Project | The project for which the dictionary holds properties. |