NAnt SDK Documentation - v0.92

LoopTask.InElement Property

Stuff to operate in. Just like the Source attribute, but supports more complicated things like a FileSet and such.

Note    Please remove the Source attribute if you are using this element.

[Visual Basic]
<BuildElement(Name:="in", Required:=False, ProcessXml:=True)>
Public Property InElement As InElement
[C#]
[BuildElement(Name="in", Required=False, ProcessXml=True)]
public InElement InElement {get; set;}

See Also

LoopTask Class | NAnt.Core.Tasks Namespace