USBDeviceInfoDeviceDescription Property  | 
 
            Description of the device, as specified in the INF file (not the device descriptor)
            
 
    Namespace: 
   MadWizard.WinUSBNet
    Assembly:
   WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic string DeviceDescription { get; }Public ReadOnly Property DeviceDescription As String
	Get
public:
property String^ DeviceDescription {
	String^ get ();
}Property Value
Type: 
String
See Also