Returns a collection of IDeviceInfo objects that represents all the RAS capable devices in
the system.
Syntax
object.Devices
The Devices property syntax has these parts:
|
|
|
| object | An object expression that evaluates to the EasyDial control. |
Remarks
The Devices collection represents all the RAS capable devices. It is a collection of IDeviceInfo objects, each of which represents a device.
The IDeviceInfo object contains two properties:
|
|
|
| DeviceType | a string that represents the type of the device. |
| DeviceName | a string that represents the name of the device. |
|
All rights reserved. |