 | AppSettingsRegistryContainsKey Method |
Returns true if the key is contained in the enumeration.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
Syntaxpublic static bool ContainsKey(
string key
)
Public Shared Function ContainsKey (
key As String
) As Boolean
public:
static bool ContainsKey(
String^ key
)
static member ContainsKey :
key : string -> bool
Parameters
- key String
- Key to be searched for.
Return value
BooleanTrue if the key is contained in the enumeration.
See also