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

BuildEventArgs.Task Property

[This is preliminary documentation and subject to change.]

Gets the Task that fired this event.

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

Property Value

The Task that fired this event, or a null reference (Nothing in Visual Basic) if this is a Project or Target level event.

Remarks

Missing <remarks> documentation for P:NAnt.Core.BuildEventArgs.Task

See Also

BuildEventArgs Class | NAnt.Core Namespace