Gets the library version.

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

Syntax

C#
public static string LibraryVersion { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property LibraryVersion As String
Visual C++
public:
static property String^ LibraryVersion {
	String^ get ();
}

Remarks

This is the library version of the underlying phidget21 C library and not the version of the .NET wrapper implementation.

The version is retured as a string which contains the version number and build date.

See Also