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

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