Summary
Gets or sets the
NAnt.Core.Element.Project
to which this element belongs.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Element
Syntax
public virtual Project Project { get; set; }
Value
Type | Description |
---|---|
Project |
The NAnt.Core.Element.Project to which this element belongs.
|