APIMajorVersion
Gets the major version of the MapForce Server API. This can be different from the product version if the API is connected to another server.
Signature
APIMajorVersion : Integer |
Generic signature
int APIMajorVersion { get; } |
C#
HRESULT APIMajorVersion([out, retval] INT* pnVal); |
C++
ReadOnly Property APIMajorVersion As Integer |
VB.NET