Summary
The name of the file which will have its attributes set. This is
provided as an alternate to using the task's fileset.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- AttribTask
Syntax
[TaskAttribute("file")]
public FileInfo File { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
FileInfo |