HidDevice.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 product identifier for the given HID device.
public:
property unsigned short ProductId { unsigned short get(); };
uint16_t ProductId();
public ushort ProductId { get; }
var uInt16 = hidDevice.productId;
Public ReadOnly Property ProductId As UShort
Property Value
The product identifier.
Remarks
Valid values are 0 through 0xFFFF.