APIServicePackVersion
Obtient la version de service de l'API MapForce Server. Cela peut différer de la version de produit si l'API est connectée à un autre serveur.
Signature
APIServicePackVersion : Integer |
Signature générique
int APIServicePackVersion { get; } |
C#
HRESULT APIServicePackVersion([out, retval] INT* pnVal); |
C++
ReadOnly Property APIServicePackVersion As Integer |
VB.NET