Gets the currently executed suboperation of the multi-file transfer operation.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic | 
|---|
Public ReadOnly Property Operation As SftpBatchTransferOperation Get  | 
| C# | 
|---|
public SftpBatchTransferOperation Operation { get; }  |