DeviceCollection.Enable

Description

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).

C# Syntax

// get accessor

Boolean rtn = DeviceCollection.Enable;

// set accessor

DeviceCollection.Enable = Boolean;

See Also

DeviceCollection.RemoveDevice