InfoConnect for Airlines
Xfr400RecordLength Property


Returns or specifies (second syntax line) the record size (in bytes) for files being created on the host.
Syntax
'Declaration
 
Property Xfr400RecordLength As Integer
'Usage
 
Dim instance As IFileTransfer
Dim value As Integer
 
instance.Xfr400RecordLength = value
 
value = instance.Xfr400RecordLength
int Xfr400RecordLength {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
System.ArgumentOutOfRangeException Thrown if the set parameter is outside the range of valid values.
Remarks
This property affects AS/400 data transfer and is only relevant for 5250 sessions. The default is 92. The range of values is 13-4105.
See Also