SocketWrench .NET Edition

InternetDialer.DeviceCount Property

Gets the number of dial-up networking devices available.

[Visual Basic]
Public ReadOnly Property DeviceCount As Integer
[C#]
public int DeviceCount {get;}

Property Value

An integer value which specifies the number of devices.

Remarks

The DeviceCount property returns the number of dial-up networking devices available. This property can be used in conjunction with the DeviceEntry array to enumerate the devices.

See Also

InternetDialer Class | SocketTools Namespace