The properties of the Target class are listed below. For a complete list of Target class members, see the Target Members topic.
![]() | A collection of target names that must be executed before this target. |
![]() | Space separated list of targets that this target depends on. |
![]() | The description of the target. |
![]() | This indicates whether the target has already executed. |
![]() | If true then the target will be executed; otherwise, skipped. The default is true. |
![]() | Gets a value indicating whether the target should be executed. |
![]() | The name of the target. |
![]() | Gets or sets the XmlNamespaceManager. |
![]() | Gets or sets the parent of the element. |
![]() | Gets or sets the Project to which this element belongs. |
![]() | Gets the properties local to this Element and the Project. |
![]() | Opposite of IfDefined. If false then the target will be executed; otherwise, skipped. The default is false. |
![]() | Gets a value indicating whether the target should NOT be executed. |
Target Class | NAnt.Core Namespace