Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / TelnetAttn Property
In This Topic
    TelnetAttn Property
    In This Topic
    Gets or sets a value that specifies what happens when you transmit the ATTN host key (the default keystroke for this function is CTRL+F1).
    Syntax
    expression.TelnetAttn As TelnetAttnOption
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    A TelnetAttnOption enumeration value. The default value is TelnetBreak, which sends a Telnet break to the host.
    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.
    Remarks
    The definition of this key and its values vary by host application. This property is only relevant for 3270 Telnet sessions.
    See Also