Handle

Handle is the connection handle of the Personal Communications connection associated with this lsxECLPS object. Handle is a Long 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 myHandle as Long
 
' Get our connection handle
myHandle = myPSObj.Handle