Gets a value indicating whether the ZIP archive is only open for reading.

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

Syntax

Visual Basic
Public ReadOnly Property IsReadOnly As Boolean
	Get
C#
public bool IsReadOnly { get; }

Return Value

True - the ZIP archive is only open for reading; false - write operations such as Add, Move or Delete are enabled.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also