ZipEntry.Comment Property

Gets/Sets the entry comment.

[Visual Basic]
Public Property Comment As String
[C#]
public string Comment {get; set;}

Exceptions

Exception TypeCondition
System.ArgumentOutOfRangeException if comment is longer than 0xffff.

See Also

ZipEntry Class | ZipEntry Members | ICSharpCode.SharpZipLib.Zip Namespace