InfoConnect for Unisys
WRQTranslateCarriageCtrl Property


Returns or specifies whether FORTRAN and PRINT carriage control characters in VMS files are translated.
Syntax
'Declaration
 
Property WRQTranslateCarriageCtrl As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.WRQTranslateCarriageCtrl = value
 
value = instance.WRQTranslateCarriageCtrl
bool WRQTranslateCarriageCtrl {get; set;}

Property Value

The default value is false
Remarks
This property is only relevant for receiving files from VMS hosts (that is, when WRQHostSystem is set to HostSystemTypeOption.VMS). This property is relevant only for transfers that use the WRQ/Reflection protocol. The default value is false
See Also