InfoConnect for Unisys
DisableScreenHistory Property (IUtsTerminal)


Gets or sets a value indicating whether Screen History is disabled.
Syntax
'Declaration
 
Property DisableScreenHistory As Boolean
'Usage
 
Dim instance As IUtsTerminal
Dim value As Boolean
 
instance.DisableScreenHistory = value
 
value = instance.DisableScreenHistory
bool DisableScreenHistory {get; set;}
Remarks
The default value is false.
See Also