InfoConnect for Unisys
ReceiveModeHold Property


Gets or sets a value indicating whether to cause screens to remain in receive mode after getting a message from the host.
Syntax
'Declaration
 
Property ReceiveModeHold As Boolean
'Usage
 
Dim instance As IT27Terminal
Dim value As Boolean
 
instance.ReceiveModeHold = value
 
value = instance.ReceiveModeHold
bool ReceiveModeHold {get; set;}
See Also