InfoConnect for Unisys
Support3270Partitions Property


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
'Declaration
 
Property Support3270Partitions As Boolean
'Usage
 
Dim instance As IIbmTerminal
Dim value As Boolean
 
instance.Support3270Partitions = value
 
value = instance.Support3270Partitions
bool Support3270Partitions {get; set;}

Property Value

The default value is False.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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. You cannot change the value of this property while a connection exists.

This property is only relevant for 3270 terminal sessions.

See Also