NAnt SDK Documentation - v0.92

Element.Project Property

Gets or sets the Project to which this element belongs.

[Visual Basic]
Overridable Public Property Project As Project
[C#]
public virtual Project Project {get; set;}

Property Value

The Project to which this element belongs.

See Also

Element Class | NAnt.Core Namespace