Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / Support3270Partitions Property
In This Topic
    Support3270Partitions Property
    In This Topic
    Gets or sets a value indicating whether to send partition-related information from the terminal to the host in response to a host query request.
    Syntax
    expression.Support3270Partitions As Boolean
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    The default value is False.
    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
    This property is relevant for host applications that are not designed to handle terminals that support partitions.

    When this property is true, the terminal includes partition-related information in its response to a host query request.

    This property is only relevant for 3270 terminal sessions. You cannot change the value of this property while a connection exists.
    See Also