Attachmate.Reflection.Emulation.IbmHosts Namespace > IFileTransfer Interface : XfrIndLRecl Property |
'Declaration
Property XfrIndLRecl As Integer
'Usage
Dim instance As IFileTransfer Dim value As Integer instance.XfrIndLRecl = value value = instance.XfrIndLRecl
int XfrIndLRecl {get; set;}
The default is 0. The range of values is 0-32768.
If you do not specify a record size, it is determined by the host.
Exception | Description |
---|---|
Attachmate.Reflection.SecuredSettingException | This exception is thrown when you modify a 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. |
This property affects IND$FILE transfer and is applicable to 3270 sessions when the host is running TSO or CMS.
This property is only relevant if the XfrHostSys property is set to Tso or Cms.