Name
Name is the connection name of the Personal Communications connection associated with this lsxECLOIA 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 lsxECLOIA object associated with connection A
dim myOIAObj as new lsxECLOIA("A")
dim myName as String
' Get our connection name
myName = myOIAObj.Name