Summary
The name of the property to save the content to.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- LoadFileTask
Syntax
[TaskAttribute("property", Required = true)]
public string Property { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
string |