Return the number of active dial-up networking sessions.
Syntax
[form.]object.Connections
Remarks
The Connections property returns the number of active
dial-up networking connections on the local system. A value of zero
indicates that there is no dial-up networking connection. This
property is used in conjunction with the Connection property
array to enumerate the connections on the current system.
Data Type
Integer (Int32)
See Also
AutoConnect Property,
Connection Property,
IsConnected Property
|