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