NAnt SDK Documentation - v0.92 |
|
LoopTask.Source Property
The source of the iteration.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="in", ExpandProperties:=True, ProcessXml:=True)>
Public Property Source As
String
[C#]
[TaskAttribute(Required=False, Name="in", ExpandProperties=True, ProcessXml=True)]
public
string Source {get; set;}
See Also
LoopTask Class | NAnt.Core.Tasks Namespace