Summary
Gets the name of the
NAnt.Core.Project.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Project
Syntax
public string ProjectName { get; }
Value
| Type | Description |
|---|---|
| string |
The name of the NAnt.Core.Project or an empty string
if no name is specified.
|
