NAnt SDK Documentation - v0.92

TaskBuilder.TaskName Property

Gets the name of the task which the TaskBuilder can create.

[Visual Basic]
Public ReadOnly Property TaskName As String
[C#]
public string TaskName {get;}

Property Value

The name of the task which the TaskBuilder can create.

See Also

TaskBuilder Class | NAnt.Core Namespace