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

LoopTask.Source Property

[This is preliminary documentation and subject to change.]

The source of the iteration.

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

Remarks

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

See Also

LoopTask Class | NAnt.Core.Tasks Namespace