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

LoopTask.ItemType Property

[This is preliminary documentation and subject to change.]

The type of iteration that should be done.

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

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.LoopTask.ItemType

See Also

LoopTask Class | NAnt.Core.Tasks Namespace