 | DeviceChangeEventArgsDeviceName Property |
Gets the string generated by Windows that uniquely identifies the USB device.
Namespace:
WinUsbNet
Assembly:
WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string DeviceName { get; }
Public ReadOnly Property DeviceName As String
Get
public:
property String^ DeviceName {
String^ get ();
}
Property Value
Type:
StringA string that uniquely identifies the USB device while it is attached.
Remarks
The name string is not meaningful to users.
See Also