HIDLib: A managed, general-purpose HID USB interface library for .NET.
ProductID Property
NamespacesBlueNinjaSoftware.HIDLibHIDDeviceProductID
Returns the device's manufacturer-assigned ProductID.
Declaration Syntax
C#Visual BasicVisual C++
public ushort ProductID { get; }
Public ReadOnly Property ProductID As UShort
public:
property unsigned short ProductID {
	unsigned short get ();
}
Remarks
Manufacturers are not supposed to assign the same ProductID to multiple products; they are intended to be unique per product. However, not all manufacturers follow this guideline.

Assembly: HIDLib (Module: HIDLib) Version: 0.2.0.1626