Device.DriverVersion Property

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

Read only.

Remarks:

This contains null or Nothing when this information is not available.

Information:

Introduced in version 3.5

See also: Device

<< Device