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

FunctionSetBase.Project Property

[This is preliminary documentation and subject to change.]

Gets or sets the Project that this functionset will reference.

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

Property Value

The Project that this functionset will reference.

Remarks

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

See Also

FunctionSetBase Class | NAnt.Core Namespace