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; }  |