Name
Name is the connection name of the Personal Communications connection associated with this lsxECLConnection 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 lsxECLConnMgr object to get the list of
' connections on the system.
dim myCMgrObj as new lsxECLConnMgr
dim myName as String
' Get the connection name for the first connection
' in the connection list.
myName = myCMgrObj.ConnList(1).Name