Returns or sets a Boolean value indicating whether the device
manager is enabled (true) or not.
Turning off (disabling) the device manager means that all device drivers currently
active are unloaded (removed). Once you unload a device, all channel settings are
reset (lost).
// get accessor Boolean rtn = DeviceCollection.Enable; // set accessor DeviceCollection.Enable = Boolean; |