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