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.
ElementInformation::Properties Property
.NET Framework (current version)
Gets a PropertyInformationCollection collection of the properties in the associated ConfigurationElement object.
Assembly: System.Configuration (in System.Configuration.dll)
public: property PropertyInformationCollection^ Properties { PropertyInformationCollection^ get(); }
Property Value
Type: System.Configuration::PropertyInformationCollection^A PropertyInformationCollection collection of the properties in the associated ConfigurationElement object.
The properties of a ConfigurationElement object are the attributes and subelements associated with that configuration element in the configuration file.
.NET Framework
Available since 2.0
Available since 2.0
Show: