InfoConnect for Airlines
XfrIndRecFm Property


Returns or specifies the record format for files being created on the host by an IND$FILE transfer.
Syntax
'Declaration
 
Property XfrIndRecFm As IndRecordFormatOption
'Usage
 
Dim instance As IFileTransfer
Dim value As IndRecordFormatOption
 
instance.XfrIndRecFm = value
 
value = instance.XfrIndRecFm
IndRecordFormatOption XfrIndRecFm {get; set;}

Property Value

The default value (Variable) forces the host to create variable-length records and preserves the format of a binary file.

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.
Remarks

This property affects IND$FILE transfer and is applicable to TSO or CMS 3270 sessions.

This property is only relevant if the XfrHostSys property is set to Tso or Cms.

See Also