ServicePackVersion
Gets the service pack version of the product (for example, "1" for Altova MapForce Server 2018 r2 sp1).
Signature
ServicePackVersion : Integer |
Generic signature
int ServicePackVersion { get; } |
C#
HRESULT ServicePackVersion([out, retval] INT* pnVal); |
C++
ReadOnly Property ServicePackVersion As Integer |
VB.NET