Reflection
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
AS400SendConversionOption Xfr400SendConversion {get; set;}

Property Value

The default value is Ascii, which is appropriate for files with no special formatting and fixed record widths.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a Reflection 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