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

ZipTask.ZipFile Property

[This is preliminary documentation and subject to change.]

The zip file to create.

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

Remarks

Missing <remarks> documentation for P:NAnt.Compression.Tasks.ZipTask.ZipFile

See Also

ZipTask Class | NAnt.Compression.Tasks Namespace