Item Property (name)

LibUsbDotNet

LibUsbDotNet 2.2.8 Item Property (name)
Library ReferenceLibUsbDotNet.MainUsbRegistryItem[([( String])])
LibUsbDotNet on SourceForge
Gets a device property/key from the registry.
Declaration Syntax
C# Visual Basic Visual C++
public Object this[
	string name
] { get; }
Public ReadOnly Default Property Item ( _
	name As String _
) As Object
	Get
public:
property Object^ default[String^ name] {
	Object^ get (String^ name);
}
Parameters
name (String)
The name of the property to retrieve.
Return Value

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