NAnt SDK Documentation - v0.92

Project.BuildListeners Property

Gets the build listeners for this project.

[Visual Basic]
Public ReadOnly Property BuildListeners As BuildListenerCollection
[C#]
public BuildListenerCollection BuildListeners {get;}

Property Value

The build listeners for this project.

See Also

Project Class | NAnt.Core Namespace