| RegisterUtilitySetValueInSubKey Method |
Imposta il valore di una variabile all'interno di una chiave.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.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