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

ZipTask.Comment Property

[This is preliminary documentation and subject to change.]

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;}

Remarks

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

See Also

ZipTask Class | NAnt.Compression.Tasks Namespace