Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / TNAssociation Property
In This Topic
    TNAssociation Property
    In This Topic
    Gets or sets a string that identifies a 3270 terminal session on the host.
    Syntax
    expression.TNAssociation As String
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    The default is "".
    Exceptions
    ExceptionDescription
    This exception is thrown if the set parameter is longer than the maximum allowed.
    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
    Use this property to associate a 3270 terminal session with a specific 3270 printer session when using Telnet Extended. When associating a 3270 terminal session with a 3270 printer session, use TNAssociation to assign a unique TN Association string (up to 260 characters long) in the terminal session. For more information about linking 3270 terminal and printer sessions, see the Reflection Help.
    See Also