NAnt SDK Documentation - v0.92

ProjectEntry.Project Property

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

ProjectEntry Class | NAnt.VSNet Namespace