NAnt SDK Documentation - v0.92

TaskBuilder.ClassName Property

Gets the name of the Task class that can be created using this TaskBuilder.

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

Property Value

The name of the Task class that can be created using this TaskBuilder.

See Also

TaskBuilder Class | NAnt.Core Namespace