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

SolutionBase.ProjectEntry.Project Property

[This is preliminary documentation and subject to change.]

Gets or sets the in memory representation of the project.

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

Property Value

The in memory representation of the project, or a null reference (Nothing in Visual Basic) if the project is not (yet) loaded.

Remarks

This property will always be a null reference (Nothing in Visual Basic) for projects that are not supported.

See Also

SolutionBase.ProjectEntry Class | NAnt.VSNet Namespace