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