InfoConnect for Unisys
UsePCRecordSeparator Property


Returns or specifies whether InfoConnect uses the record separator character specified by PCRecordSeparator when an ASCII file is transferred to the host.
Syntax
'Declaration
 
Property UsePCRecordSeparator As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.UsePCRecordSeparator = value
 
value = instance.UsePCRecordSeparator
bool UsePCRecordSeparator {get; set;}

Property Value

The default value is true
Remarks
This property only applies to ASCII file transfers using the WRQ/Reflection protocol. The default value is true
See Also