NAnt SDK Documentation - v0.92 |
|
GetTask.DestinationFile Property
The file where to store the retrieved file.
[Visual Basic]
<TaskAttribute(Required:=True, Name:="dest", ExpandProperties:=True, ProcessXml:=True)>
Public Property DestinationFile As
FileInfo
[C#]
[TaskAttribute(Required=True, Name="dest", ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo DestinationFile {get; set;}
See Also
GetTask Class | NAnt.Core.Tasks Namespace