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

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