Collection of known usb device properties (from the registry).
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Dictionary<string, Object> DeviceProperties { get; }
Public ReadOnly Property DeviceProperties As Dictionary(Of String, Object) Get
public: property Dictionary<String^, Object^>^ DeviceProperties { Dictionary<String^, Object^>^ get (); }