InfoConnect for Unisys
TerminalType Property (IIbmTerminal)


Gets or sets the type of the terminal session.
Syntax
'Declaration
 
Property TerminalType As IbmTerminalType
'Usage
 
Dim instance As IIbmTerminal
Dim value As IbmTerminalType
 
instance.TerminalType = value
 
value = instance.TerminalType
IbmTerminalType TerminalType {get; set;}
See Also