HIDLib: A managed, general-purpose HID USB interface library for .NET.
SerialNumber Property
NamespacesBlueNinjaSoftware.HIDLibHIDDeviceSerialNumber
Returns the device's manufacturer-assigned serial number.
Declaration Syntax
C#Visual BasicVisual C++
public string SerialNumber { get; }
Public ReadOnly Property SerialNumber As String
public:
property String^ SerialNumber {
	String^ get ();
}
Remarks
No two devices with a given VendorID and ProductID combination should ever have the same serial number; they are intended to be unique. However, not all manufacturers follow this guideline, or assign a serial number at all.

Assembly: HIDLib (Module: HIDLib) Version: 0.2.0.1626