Summary
The value of the XSLT parameter.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- XsltParameter
Syntax
[TaskAttribute("value", Required = true)]
public string Value { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
string |
The value of the XSLT parameter, or System.String.Empty if
not set.
|