Information
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

 

Gets a PropertyInformationCollection collection of the properties in the associated ConfigurationElement object.

Namespace:   System.Configuration
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.

The following example shows how to get the Properties collection.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: