Summary
The index of the node that gets its text returned when the query
returns multiple nodes.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- XmlPeekTask
Syntax
[TaskAttribute("nodeindex", Required = false)]
[Int32Validator(0, Int32.MaxValue)]
public int NodeIndex { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Int32 |
Indicates that property should be able to be converted into a int
within the given range.
|
Value
Type | Description |
---|---|
int |