Name

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