Click or drag to resize

IDeviceName Property

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

Friendly name of this device.

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

Property Value

Type: String
Remarks

Might be empty, but will never be null.

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