Devices Property (Read Only)

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:

Part
Description
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:

Property
Description
DeviceType a string that represents the type of the device.
DeviceName a string that represents the name of the device.
 
Copyright © 2000-2001 Zhenyang Zhu
All rights reserved.