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

TaskBuilder.ClassName Property

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

TaskBuilder Class | NAnt.Core Namespace