ProductNameAndVersion
Gets the complete name and version of the product (for example, "Altova MapForce Server 2018 r2 sp1 (x64)").
Signature
ProductNameAndVersion : String |
Generic signature
string ProductNameAndVersion { get; } |
C#
HRESULT ProductNameAndVersion([out, retval] BSTR* pstrVal); |
C++
ReadOnly Property ProductNameAndVersion As String |
VB.NET