InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / 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
    'Declaration
     
    
    Property TelnetAttn As TelnetAttnOption
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As TelnetAttnOption
     
    instance.TelnetAttn = value
     
    value = instance.TelnetAttn
    TelnetAttnOption TelnetAttn {get; set;}

    Property 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