NAnt SDK Documentation - v0.85-nightly-2005-11-09

Element.Project Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Element.Project

See Also

Element Class | NAnt.Core Namespace