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.Ftp (in Rebex.Ftp.dll)

Syntax

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

Field Value

Next action.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also