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