UsbDeviceDescriptor.ProductId Property

Definition

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

UInt32

unsigned int

uint32_t

The device-defined product identifier.

Applies to