InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400OutputDest Property
In This Topic
Xfr400OutputDest Property
In This Topic
Gets or sets whether host data is received to a PC file or to the screen display.
Syntax
expression.Xfr400OutputDest As AS400OutputDestinationOption
where expression is a variable that represents a FileTransfer Object

Property Value

An AS400OutputDestinationOption Enumeration value. The default value is File. (This value receives host data to the file specified by the Xfr400LocalFile property.)
Remarks
This property affects AS/400 data transfer and is only relevant for 5250 sessions.
See Also