Device.DeviceInformation Property (Microsoft.DirectX.DirectInput)

Obtains information about the device's identity.

Definition

Visual Basic Public ReadOnly Property DeviceInformation As DeviceInstance
C# public DeviceInstance DeviceInformation { get; }
C++ public:
property DeviceInstance DeviceInformation {
        DeviceInstance get();
}
JScript public function get DeviceInformation() : DeviceInstance

Property Value

Microsoft.DirectX.DirectInput.DeviceInstance

This property is read-only.