Handle

Handle is the connection handle of the Personal Communications connection associated with this lsxECLWinMetrics object. The Handle property is a Long data type and is read-only. The following example shows this property.

' Create an lsxECLWinMetrics object associated with connection A
dim myWMetObj as new lsxECLWinMetrics("A")
 
dim myHandle as Long
 
' Get our connection handle
myHandle = myWMetObj.Handle