Gets or sets the currently selected next action. Specifies the operation to perform as the step of the multi-file transfer execution.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

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

Field Value

Next action.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also