  | IConfigurationProviderContains Method  | 
 
            Determines whether the configuration contains an entry with the specified key.
            
 
    Namespace: 
   Dynamicweb.Configuration
    Assembly:
   Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntaxbool Contains(
	string key
)
Function Contains ( 
	key As String
) As Boolean
Parameters
- key
 - Type: SystemString
The key to locate in the configuration. 
Return Value
Type: 
Booleantrue if the configuration contains the specified configuration key; otherwise, 
false.
See Also