Gets or sets the currently selected next action. Specifies the operation to perform as the next step of this operation execution.

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

Syntax

Visual Basic
Public Property Action As ArchiveProblemActions
	Get
	Set
C#
public ArchiveProblemActions Action { get; set; }

Field Value

Next action to perform.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also