Click or drag to resize

IDeviceInternalName Property

[This is preliminary documentation and is subject to change.]

Value containing internal name/ID of the device reported by the OS.

Namespace:  RavingBots.MultiInput
Assembly:  RavingBots.MultiInput (in RavingBots.MultiInput.dll) Version: 0.12
Syntax
C#
string InternalName { get; }

Property Value

Type: String
Remarks

Might be empty, but will never be null.

Don't try to parse or display this value. The only meaningful thing you can do with it is to compare it with a InternalName property of another device.

Important note Important
This value can only be used if IsUsable is true.
See Also