The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ConfigurationProperty::IsKey Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets a value indicating whether this ConfigurationProperty is the key for the containing ConfigurationElement object.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System::Booleantrue if this ConfigurationProperty object is the key for the containing element; otherwise, false. The default is false.
You can define a new ConfigurationProperty object to be the key for the containing element when implementing the ConfigurationElement element. If this flag is not used, the IsKey property will return false.
.NET Framework
Available since 2.0
Available since 2.0
Show: