InfoConnect API Guide
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
    IbmTerminalType TerminalType {get; set;}
    See Also