  | XmlConfigurationProviderContains Method  | 
 
            Determines whether the configuration contains an entry with the specified key.
            
 
    Namespace: 
   Dynamicweb.Configuration.Xml
    Assembly:
   Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntaxpublic bool Contains(
	string key
)
Public 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.
Implements
IConfigurationProviderContains(String)
See Also