Device.DeviceVersion Property

Contains the version of the device if available.
Syntax:
[C#]
public UInt64 DriverVersion{ get; };
Limitations:

Read only.

Remarks:

This contains 0 when this information is not available.

Information:

Introduced in version 3.5

See also: Device

<< Device