ConnectionDescription Method
Description
Returns the Item number string in the connection drop down list.
Syntax
| Visual Basic |
|---|
Public Function ConnectionDescription( _ ByVal Item As Long _ ) As String |
Parameters
- Item
- Required Long. The zero-based index of the string from the drop down list to return. This must be between 0 and probe.ConnectionCount-1.
Return Type
String value.
See Also