Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / FileTransfer Property


In This Topic
FileTransfer Property (ITerminal)
In This Topic
Gets the FileTransfer object.
Syntax
'Declaration
 
ReadOnly Property FileTransfer As IFileTransfer
 
'Usage
 
Dim instance As ITerminal
Dim value As IFileTransfer
 
value = instance.FileTransfer
See Also