NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
CopyTask.ToFile Property
[This is preliminary documentation and subject to change.]
The file to copy to.
[Visual Basic]
<TaskAttribute(Name:="tofile", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Overridable Public Property ToFile As
FileInfo
[C#]
[TaskAttribute(Name="tofile", Required=False, ExpandProperties=True, ProcessXml=True)]
public virtual
System.IO.FileInfo ToFile {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.CopyTask.ToFile
See Also
CopyTask Class | NAnt.Core.Tasks Namespace