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


In This Topic
IbmIgnoreNull Property
In This Topic
Gets or sets a value indicating whether nulls received from the host are ignored during IBM 3151 terminal sessions (TerminalType = rcIBM3151).
Syntax
'Declaration
 
Property IbmIgnoreNull As Boolean
 
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.IbmIgnoreNull = value
 
value = instance.IbmIgnoreNull
See Also