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