MajorVersion
Gets the major version of the product, as number of years starting from 1998 (for example, "20" for Altova MapForce Server 2018).
Signature
MajorVersion : Integer |
Generic signature
int MajorVersion { get; } |
C#
HRESULT MajorVersion([out, retval] INT* pnVal); |
C++
ReadOnly Property MajorVersion As Integer |
VB.NET