Returns a collection of IConnection objects that represents all the established dial-out RAS connections in the system.
Syntax
object.Connections
The Connections property syntax has these parts:
|
|
|
| object | An object expression that evaluates to the EasyDial control. |
Remarks
The Connections collection represents all the established remote access connections at the time the value of the Connections collection is fetched. It is a collection of IConnection objects, each of which represents a remote access connection.
The IConnection object contains three properties:
|
|
|
| hConnect | the raw RAS connection handle of the connection. |
| DeviceType | a string that represents the type of device used to establish the connection |
| DeviceType | a string that represents the name of device used to establish the connection |
|
All rights reserved. |