InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / Model Property


In This Topic
    Model Property
    In This Topic
    Gets or sets the terminal model. This property causes an error when InfoConnect is connected to a host. Use the Connected property to determine if a connection already exists.
    Syntax
    'Declaration
     
    
    Property Model As TerminalModel
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As TerminalModel
     
    instance.Model = value
     
    value = instance.Model
    TerminalModel Model {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
    See Also