RegisterUtility.GetValueInSubKey Method

QsInformatica.Utils

RegisterUtilityGetValueInSubKey Method

Restituisce 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 Object GetValueInSubKey(
	string key,
	string name,
	Object defval
)
Public Shared Function GetValueInSubKey ( 
	key As String,
	name As String,
	defval As Object
) As Object
public:
static Object^ GetValueInSubKey(
	String^ key, 
	String^ name, 
	Object^ defval
)
static member GetValueInSubKey : 
        key : string * 
        name : string * 
        defval : Object -> Object 

Parameters

key
Type: SystemString
Stringa con la chiave.
name
Type: SystemString
Nome della variabile.
defval
Type: SystemObject
Valore da restituire di default nel caso non sia presente.

Return Value

Type: Object

[Missing <returns> documentation for "M:QsInformatica.Utils.RegisterUtility.GetValueInSubKey(System.String,System.String,System.Object)"]

See Also