Gets or sets the comment of the current ZipItem.

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

Syntax

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

Field Value

Comment for the current ZipItem.

Exceptions

ExceptionCondition
System..::..ArgumentExceptionThe specified value is too long (longer than 65.535 characters).
Rebex.IO.Compression..::..ZipExceptionAnotherOperationPending: Another operation is pending.
System..::..ObjectDisposedExceptionArchive was already disposed.
System..::..InvalidOperationExceptionArchive is not opened for writing. -or- Item is already deleted. -or- Item is the root directory of the archive.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also