Handle
Handle is the connection handle of the Personal Communications connection associated with this lsxECLConnection object. The Handle property is a Long 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 myHandle as Long
' Get the connection handle for connection A
myHandle = myConnObj.Handle