Click or drag to resize

AppSettingsRegistryContainsKey Method

Returns true if the key is contained in the enumeration.

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

Parameters

key  String
Key to be searched for.

Return value

Boolean
True if the key is contained in the enumeration.
See also