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

Project.BuildListeners Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Project.BuildListeners

See Also

Project Class | NAnt.Core Namespace