Name

Name is the connection name of the Personal Communications connection associated with this lsxECLPS 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 set of A-Z or a-z. The following example shows this property.

' Create an lsxECLPS object associated with connection A
dim myPSOBj as new lsxECLPS("A")
 
dim myName as String
 
' Get our connection name
myName = myPSObj.Name