Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / IbmTurnAroundChar Property


In This Topic
IbmTurnAroundChar Property
In This Topic
Gets or sets defines the LineTurnAround (LTA) character for IBM 3151 terminal sessions (TerminalType = rcIBM3151).
Syntax
'Declaration
 
Property IbmTurnAroundChar As IbmTurnAroundCharOption
 
'Usage
 
Dim instance As IScreen
Dim value As IbmTurnAroundCharOption
 
instance.IbmTurnAroundChar = value
 
value = instance.IbmTurnAroundChar
See Also