Click or drag to resize

DeviceRemovableDevices Property

[This is preliminary documentation and is subject to change.]

Gets this device's list of removable devices. Removable devices are parent devices that can be removed.

Namespace:  UsbEject
Assembly:  UsbEject (in UsbEject.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public IReadOnlyCollection<Device> RemovableDevices { get; }

Property Value

Type: IReadOnlyCollectionDevice
See Also