UsbDeviceClasses.DeviceFirmwareUpdate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the device class object for the device that conforms to the Device Firmware Update device class.
public:
static property UsbDeviceClass ^ DeviceFirmwareUpdate { UsbDeviceClass ^ get(); };
static UsbDeviceClass DeviceFirmwareUpdate();
public static UsbDeviceClass DeviceFirmwareUpdate { get; }
var usbDeviceClass = UsbDeviceClasses.deviceFirmwareUpdate;
Public Shared ReadOnly Property DeviceFirmwareUpdate As UsbDeviceClass
Property Value
A UsbDeviceClass object for the Device Firmware Update device class.