Summary
Gets or sets the name of the item.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Attributes - Containing Type
- BaseBuildAttribute
Syntax
public string Name { get; set; }
Value
| Type | Description |
|---|---|
| string | The name of the item. |
