NAnt SDK Documentation - v0.92

FrameworkInfo.Project Property

Gets the Project used to initialize this framework.

[Visual Basic]
Public ReadOnly Property Project As Project
[C#]
public Project Project {get;}

Property Value

The Project used to initialize this framework.

Exceptions

Exception Type Condition
ArgumentException The framework is not valid.

See Also

FrameworkInfo Class | NAnt.Core Namespace