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