Summary
Gets the name of the
NAnt.Core.Task
class that can be created
using this NAnt.Core.TaskBuilder
.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- TaskBuilder
Syntax
public string ClassName { get; }
Value
Type | Description |
---|---|
string |
The name of the NAnt.Core.Task class that can be created using
this NAnt.Core.TaskBuilder .
|