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

FilterBuilder.ClassName Property

[This is preliminary documentation and subject to change.]

Gets the name of the Filter class that can be created using this FilterBuilder.

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

Property Value

The name of the Filter class that can be created using this FilterBuilder.

Remarks

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

See Also

FilterBuilder Class | NAnt.Core.Filters Namespace