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

DataTypeBaseBuilder.ClassName Property

[This is preliminary documentation and subject to change.]

Gets the name of the DataTypeBase class that can be created using this DataTypeBaseBuilder.

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

Property Value

The name of the DataTypeBase class that can be created using this DataTypeBaseBuilder.

Remarks

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

See Also

DataTypeBaseBuilder Class | NAnt.Core Namespace