NAnt SDK Documentation - v0.92

FilterBuilder.FilterName Property

Gets the name of the filter which the FilterBuilder can create.

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

Property Value

The name of the task which the TaskBuilder can create.

See Also

FilterBuilder Class | NAnt.Core.Filters Namespace