SerialDevice.UsbProductId 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 idProduct field of the USB device descriptor. This value indicates the device-specific product identifier and is assigned by the manufacturer.
public:
property unsigned short UsbProductId { unsigned short get(); };
uint16_t UsbProductId();
public ushort UsbProductId { get; }
var uInt16 = serialDevice.usbProductId;
Public ReadOnly Property UsbProductId As UShort
Property Value
The device-defined product identifier.