The version number of the connected server, in (bit-packed) numeric form.

Remarks

This version number uses a bit field to represent major/minor/point values. The recommended way to compare this number to a specific version number is to use CompareToVersion(Int32, Int32, Int32).

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public long VersionNumber { get; }
Public ReadOnly Property VersionNumber As Long
	Get
public:
property long long VersionNumber {
	long long get ();
}

See Also