Gets or sets a value indicating whether the terminal accepts nulls from the host(for Wyse terminal emulation only).
bool WyseAcceptNulls {get; set;}
'Declaration
Property WyseAcceptNulls As Boolean
'Usage
Dim instance As ITerminal
Dim value As Boolean
instance.WyseAcceptNulls = value
value = instance.WyseAcceptNulls
Property Value
The default value is false.