ConnType

ConnType is the connection type of the connection that is associated with this lsxECLPS object. The ConnType is a String data type and is read-only. The following example shows this property.

' Create an lsxECLPS object associated with connection A
dim myPSOBj as new lsxECLPS("A")
 
dim myConnType as String
 
' Get the connection type for connection A
myConnType = myPSObj.ConnType
Connection types for the ConnType property are:
String Returned Meaning
DISP3270 3270 display
DISP5250 5250 display
PRNT3270 3270 printer
PRNT5250 5250 printer
ASCII VT emulation
UNKNOWN Unknown