Gets the device version of this Phidget.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public int Version { get; }
Visual Basic (Declaration)
Public ReadOnly Property Version As Integer
Visual C++
public:
property int Version {
	int get ();
}

Remarks

This number is simply a way of distinguishing between different revisions of a specific type of Phidget, and is only really of use if you need to troubleshoot device problems with Phidgets Inc.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached.

See Also