Click or drag to resize

UsbDeviceTag Property

Gets or sets the object that contains data about the UsbDevice.

Namespace:  WinUsbNet
Assembly:  WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Object Tag { get; set; }

Property Value

Type: Object

An Object that contains data about the UsbDevice. The default is null.

Remarks
Any type derived from the Object class can be assigned to this property.
See Also