Summary
Gets the name of the task which the
NAnt.Core.TaskBuilder
can create.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- TaskBuilder
Syntax
public string TaskName { get; }
Value
Type | Description |
---|---|
string |
The name of the task which the NAnt.Core.TaskBuilder can
create.
|