Name
Name is the connection name of the Personal Communications connection associated with this lsxECLWinMetrics object. The Name property is a String data type and is read-only. Personal Communications connection names are one character in length and from the character set A-Z or a-z. The following example shows this property.
' Create an lsxECLWinMetrics object associated with connection A
dim myWMetObj as new lsxECLWinMetrics("A")
dim myName as String
' Get our connection name
myName = myWMetObj.Name