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.
ConfigurationElement::Properties Property
.NET Framework (current version)
Gets the collection of properties.
Assembly: System.Configuration (in System.Configuration.dll)
public protected: property ConfigurationPropertyCollection^ Properties { virtual ConfigurationPropertyCollection^ get(); }
Property Value
Type: System.Configuration::ConfigurationPropertyCollection^The 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: