RegisterUtility.RemoveValueBySubKey Method

QsInformatica.Utils

RegisterUtilityRemoveValueBySubKey Method

Rimuove un valore da un chiave.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.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