NAnt SDK Documentation - v0.85-nightly-2005-11-09

TaskBuilder.TaskName Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.TaskBuilder.TaskName

See Also

TaskBuilder Class | NAnt.Core Namespace