The version number of the connected server, in (bit-packed) numeric form.
Namespace: StreamBase.LiveView.APIRemarks
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).
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.0.2 (10.6.0.2)
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 (); }