Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / TerminalType Property


In This Topic
TerminalType Property (IIbmTerminal)
In This Topic
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
See Also