| RegisterUtilityRemoveValueBySubKey Method |
Rimuove un valore da un chiave.
Namespace: QsInformatica.UtilsAssembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.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 String
- Stringa con la chiave.
- name String
- Nome del valore da rimuovere dalla chiave.
See Also