Summary
The NAnt property name(s) that should be used for the current
iterated item.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- LoopTask
Syntax
[TaskAttribute("property", Required = true)]
[StringValidator(AllowEmpty = false)]
public string Property { get; set; }
Remarks
If specifying multiple properties, separate them with a comma.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
String |
Used to indicate whether a string property should allow
an empty string value or not.
|
Value
Type | Description |
---|---|
string |