NAnt SDK Documentation - v0.85-nightly-2005-11-09

GetTask.DestinationFile Property

[This is preliminary documentation and subject to change.]

The file where to store the retrieved file.

[Visual Basic]
<TaskAttribute(Name:="dest", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property DestinationFile As FileInfo
[C#]
[TaskAttribute(Name="dest", Required=True, ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo DestinationFile {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.GetTask.DestinationFile

See Also

GetTask Class | NAnt.Core.Tasks Namespace