Click or drag to resize

RegisterUtilitySetValueInSubKey Method

Imposta il valore di una variabile all'interno di una chiave.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public static void SetValueInSubKey(
	string key,
	string name,
	Object value
)

Parameters

key
Type: SystemString
Stringa con la chiave.
name
Type: SystemString

[Missing <param name="name"/> documentation for "M:QsInformatica.Utils.RegisterUtility.SetValueInSubKey(System.String,System.String,System.Object)"]

value
Type: SystemObject
Valore della variabile.
See Also