NAnt SDK Documentation - v0.92

LoopTask.ItemType Property

The type of iteration that should be done.

[Visual Basic]
<TaskAttribute(Required:=True, Name:="item", ExpandProperties:=True, ProcessXml:=True)>
Public Property ItemType As LoopItem
[C#]
[TaskAttribute(Required=True, Name="item", ExpandProperties=True, ProcessXml=True)]
public LoopTask.LoopItem ItemType {get; set;}

See Also

LoopTask Class | NAnt.Core.Tasks Namespace