InfoConnect for Unisys
HideLINCHeader Property


Gets or sets whether to display the header from a Unisys A-Series host application using third party (LINC) software on the T-27 screen.

Syntax
'Declaration
 
Property HideLINCHeader As Boolean
'Usage
 
Dim instance As IT27Terminal
Dim value As Boolean
 
instance.HideLINCHeader = value
 
value = instance.HideLINCHeader
bool HideLINCHeader {get; set;}
See Also