ConfigurationElement.Properties Property
.NET Framework 4.6 and 4.5
Gets the collection of properties.
Namespace: System.Configuration
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System.Configuration.ConfigurationPropertyCollectionThe ConfigurationPropertyCollection of properties for the element.
For an example that shows how to use the Properties property, refer to the ConfigurationProperty class.
Show: