Click or drag to resize

ProductVersionManagerGetQsProductVersion Method

Ritorna la versione del prodotto installato nel formato X.X.X.X Major version, major update version, minor update version, hotfix version.

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public static string GetQsProductVersion(
	string qsSoftwarePath
)

Parameters

qsSoftwarePath  String
Percorso di un prodotto QS dove è presente il file Hotfix.ini

Return Value

String
La versione del prodotto nel formato indicato, null se non è presente l'hotfix.ini
See Also