Gets or sets the comment for the whole ZIP archive.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

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

Field Value

Comment for the ZIP archive.

Exceptions

ExceptionCondition
System..::..ArgumentExceptionThe specified value is too long (longer than 65.535 characters).
System..::..InvalidOperationExceptionArchive is not opened for writing.
System..::..ObjectDisposedExceptionArchive was already disposed.
System.IO..::..IOExceptionAn I/O error occurred.
Rebex.IO.Compression..::..ZipExceptionCannot perform the requested operation (see ProblemType for detailed information).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also