 | 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)
Syntaxpublic Object Tag { get; set; }
Public Property Tag As Object
Get
Set
public:
property Object^ Tag {
Object^ get ();
void set (Object^ value);
}
Property Value
Type:
ObjectAn 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