Click or drag to resize

AppSettingsRegistryUnregisterKey method

List that can be filled externally with key-value pairs. The given key is removed from the list.

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

Parameters

key  String
The string key
See also