ProductVersionManager.WriteQsProductVersion Method

QsInformatica.Utils

ProductVersionManagerWriteQsProductVersion Method

Aggiorna i valori della versione relativi al prodotto qsSoftwarePath e opzionalmente a quelli del prodotto ospitante hostProductPair

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static void WriteQsProductVersion(
	string qsSoftwarePath,
	Tuple<string, string> hostProductPair = null
)
Public Shared Sub WriteQsProductVersion ( 
	qsSoftwarePath As String,
	Optional hostProductPair As Tuple(Of String, String) = Nothing
)
public:
static void WriteQsProductVersion(
	String^ qsSoftwarePath, 
	Tuple<String^, String^>^ hostProductPair = nullptr
)
static member WriteQsProductVersion : 
        qsSoftwarePath : string * 
        ?hostProductPair : Tuple<string, string> 
(* Defaults:
        let _hostProductPair = defaultArg hostProductPair null
*)
-> unit 

Parameters

qsSoftwarePath
Type: SystemString
Il percorso di installazione del prodotto QS
hostProductPair (Optional)
Type: SystemTupleString, String
I dati relativi al prodotto ospitante
See Also