ConnType
This collection element property is the connection type. This type may change over time. ConnType is a String data type and is read-only. The following example shows the ConnType property.
Dim Type as String
Dim autECLConnList as Object
Set autECLConnList = CreateObject("ZIEWin.autECLConnList")
autECLConnList.Refresh
Type = autECLConnList(1).ConnTypeConnection types for the ConnType
property are:
| String Returned | Meaning |
| DISP3270 | 3270 display |
| DISP5250 | 5250 display |
| PRNT3270 | 3270 printer |
| PRNT5250 | 5250 printer |
| ASCII | VT emulation |