Click or drag to resize

AppSettingsRegistryGetValue method

Returns the value for the transferred key from the enumeration.

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
Syntax
public static Object? GetValue(
	
	string key
)

Parameters

key  String
Key to the value to be searched for.

Return value

Object
The value for the key as an object.
See also