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
bool IbmIgnoreNull {get; set;}
See Also