NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
LoopTask.Property Property
[This is preliminary documentation and subject to change.]
The NAnt property name(s) that should be used for the current iterated item.
[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _
TaskAttribute(Name:="property", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property Property As
String
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Name="property", Required=True, ExpandProperties=True, ProcessXml=True)]
public
string Property {get; set;}
Remarks
If specifying multiple properties, separate them with a comma.
See Also
LoopTask Class | NAnt.Core.Tasks Namespace