NAnt SDK Documentation - v0.92

ZipTask.Comment Property

The comment for the file.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="comment", ExpandProperties:=True, ProcessXml:=True)>
Public Property Comment As String
[C#]
[TaskAttribute(Required=False, Name="comment", ExpandProperties=True, ProcessXml=True)]
public string Comment {get; set;}

See Also

ZipTask Class | NAnt.Compression.Tasks Namespace