Gets/Sets the entry comment.
[Visual Basic]
Public Property Comment As String
[C#]
public string Comment {get; set;}
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentOutOfRangeException | if comment is longer than 0xffff. |
See Also
ZipEntry Class | ZipEntry Members | ICSharpCode.SharpZipLib.Zip Namespace