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

Project.Targets Property

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Project.Targets

See Also

Project Class | NAnt.Core Namespace