ConfigurationPropertyCollection::Contains Method (String^)
.NET Framework (current version)
Specifies whether the configuration property is contained in this collection.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- name
-
Type:
System::String^
An identifier for the ConfigurationProperty to verify.
Return Value
Type: System::Booleantrue if the specified ConfigurationProperty is contained in the collection; otherwise, false.
The following example shows how to use the Contains method.
.NET Framework
Available since 2.0
Available since 2.0
Show: