Handle
Handle is the connection handle of the Personal Communications connection associated with this lsxECLSession object. The Handle property is a Long data type and is read-only. The following example shows this property.
' Create an lsxECLSession object associated with connection A
dim mySessObj as new lsxECLSession("A")
dim myHandle as Long
' Get our connection handle
myHandle = mySessObj.Handle