UsbDeviceDescriptor.ProductId 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 int ProductId { unsigned int get(); };
uint32_t ProductId();
public uint ProductId { get; }
var uInt32 = usbDeviceDescriptor.productId;
Public ReadOnly Property ProductId As UInteger
Property Value
The device-defined product identifier.