RegisterUtility.SetValueInSubKey Method

QsInformatica.Utils

RegisterUtilitySetValueInSubKey Method

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

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static void SetValueInSubKey(
	string key,
	string name,
	Object value
)
Public Shared Sub SetValueInSubKey ( 
	key As String,
	name As String,
	value As Object
)
public:
static void SetValueInSubKey(
	String^ key, 
	String^ name, 
	Object^ value
)
static member SetValueInSubKey : 
        key : string * 
        name : string * 
        value : Object -> unit 

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