Summary
Gets or sets the in memory representation of the project.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ProjectEntry
Syntax
public ProjectBase Project { get; set; }
Remarks
This property will always be
null for
projects that are not supported.
Value
| Type | Description |
|---|---|
| ProjectBase |
The in memory representation of the project, or null
if the project is not (yet) loaded.
|
