| RegisterUtilityRemoveValueBySubKey Method |
Rimuove un valore da un chiave.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax public static void RemoveValueBySubKey(
string key,
string name
)
Public Shared Sub RemoveValueBySubKey (
key As String,
name As String
)
public:
static void RemoveValueBySubKey(
String^ key,
String^ name
)
static member RemoveValueBySubKey :
key : string *
name : string -> unit
Parameters
- key
- Type: SystemString
Stringa con la chiave. - name
- Type: SystemString
Nome del valore da rimuovere dalla chiave.
See Also