Summary
The file where to store the retrieved file.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- GetTask
Syntax
[TaskAttribute("dest", Required = true)]
public FileInfo DestinationFile { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
FileInfo |