FullName Property

LibUsbDotNet

LibUsbDotNet 2.2.8 FullName Property
Library ReferenceLibUsbDotNet.MainUsbRegistryFullName
LibUsbDotNet on SourceForge
Gets the manufacturer followed by the device decription in the format 'Mfu - Description'
Declaration Syntax
C# Visual Basic Visual C++
public string FullName { get; }
Public ReadOnly Property FullName As String
	Get
public:
property String^ FullName {
	String^ get ();
}
Remarks
This property works best for a display name. It does additional proccessing on the manufacturer and device description that make it more user readable.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)