Gets the remote file or directory that is currently processed or null (Nothing in Visual Basic) if not available.
            
    Namespace: 
   Rebex.IO
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic | 
|---|
Public ReadOnly Property RemoteItem As FileSystemItem Get  | 
| C# | 
|---|
public FileSystemItem RemoteItem { get; }  |