ConnType
ConnType is the connection type of the connection that is associated with this lsxECLConnection object. The ConnType property is a String data type and is read-only. The following example shows this property.
' Create a new lsxECLConnection object associated with connection A
dim myConnObj as new lsxECLConnection("A")
dim myConnType as String
' Get the Connection type for connection A
myConnType = myConnObj.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 |