NAnt SDK Documentation - v0.92

BuildEventArgs.Target Property

Gets the Target that fired this event.

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

Property Value

The Target that fired this event, or a null reference if this is a Project level event.

See Also

BuildEventArgs Class | NAnt.Core Namespace