InfoConnect for Airlines
XfrIndStrucFldSz Property


Returns or specifies whether InfoConnect should use the Write Structured Field protocol for IND$FILE transfers and, if so, which size buffer to use.
Syntax
'Declaration
 
Property XfrIndStrucFldSz As IndStrucFieldSizeOption
'Usage
 
Dim instance As IFileTransfer
Dim value As IndStrucFieldSizeOption
 
instance.XfrIndStrucFldSz = value
 
value = instance.XfrIndStrucFldSz
IndStrucFieldSizeOption XfrIndStrucFldSz {get; set;}

Property Value

For the English version, the default value (SF4K) uses the Write Structured Field protocol with a 4K buffer.

For the Japanese version, the default value (SF2K) uses the Write Structured Field protocol with a 2K buffer.

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 3270 sessions only.
See Also