InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / Xfr400SendConversion Property


Xfr400SendConversion Property
Returns or specifies a conversion format for a file being sent to an AS/400.
Syntax
'Declaration
 
Property Xfr400SendConversion As AS400SendConversionOption
 
'Usage
 
Dim instance As IFileTransfer
Dim value As AS400SendConversionOption
 
instance.Xfr400SendConversion = value
 
value = instance.Xfr400SendConversion

Property Value

The default value is Ascii, which is appropriate for files with no special formatting and fixed record widths.
Exceptions
ExceptionDescription
This exception is thrown when you modify an InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
Remarks
This property affects AS/400 data transfer and is only relevant for 5250 sessions.
See Also