Gets the currently executed suboperation of the current Operation.

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

Syntax

Visual Basic
Public ReadOnly Property OperationStep As ArchiveOperationStep
	Get
C#
public ArchiveOperationStep OperationStep { get; }

Field Value

A Operation suboperation.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also