ConfigurationElement.Properties Property
.NET Framework (current version)
Gets the collection of properties.
Assembly: System.Configuration (in System.Configuration.dll)
abstract Properties : ConfigurationPropertyCollection with get override Properties : ConfigurationPropertyCollection with get
Property Value
Type: System.Configuration.ConfigurationPropertyCollectionThe ConfigurationPropertyCollection of properties for the element.
The Properties property, also called the property bag, contains all the properties (attributes) that apply to the element.
For an example that shows how to use the Properties property, refer to the ConfigurationProperty class.
.NET Framework
Available since 2.0
Available since 2.0
Show: