BuildEventArgs.

Target Property

Summary

Gets the NAnt.Core.BuildEventArgs.Target that fired this event.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
BuildEventArgs

Syntax

public Target Target { get; }

Value

Type Description
Target The NAnt.Core.BuildEventArgs.Target that fired this event, or a null reference if this is a NAnt.Core.BuildEventArgs.Project level event.