Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / Model Property
In This Topic
    Model Property
    In This Topic
    Gets or sets the terminal model. This property causes an error when Reflection is connected to a host. Use the Connected property to determine if a connection already exists.
    Syntax
    expression.Model As TerminalModel
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    A TerminalModel enumeration value.
    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