ConfigurationElement::ElementInformation Property

 

Gets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
property ElementInformation^ ElementInformation {
	ElementInformation^ get();
}

Property Value

Type: System.Configuration::ElementInformation^

An ElementInformation that contains the non-customizable information and functionality of the ConfigurationElement.

The following example shows how to use the ElementInformation property.

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

.NET Framework
Available since 2.0
Return to top
Show: