ProductVersion Property

HidSharp

HidDevice ProductVersion Property HIDSharp
The product version. This is a 16-bit number encoding the major and minor versions in the upper and lower 8 bits, respectively.

Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

public abstract int ProductVersion { get; }
public abstract int ProductVersion { get; }
Public MustOverride ReadOnly Property ProductVersion As Integer 
	Get
Public MustOverride ReadOnly Property ProductVersion As Integer 
	Get
public:
virtual property int ProductVersion {
	int get () abstract;
}
public:
virtual property int ProductVersion {
	int get () abstract;
}
abstract ProductVersion : int with get
abstract ProductVersion : int with get
See Also