NAnt SDK Documentation - v0.92

Project.Targets Property

Gets the targets defined in this project.

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

Property Value

The targets defined in this project.

See Also

Project Class | NAnt.Core Namespace