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

BuildEventArgs.Target Property

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

BuildEventArgs Class | NAnt.Core Namespace