ElementInformation Properties
Assembly: System.Configuration (in System.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() | Errors | Gets the errors for the associated element and subelements |
![]() | IsCollection | Gets a value indicating whether the associated ConfigurationElement object is a ConfigurationElementCollection collection. |
![]() | IsLocked | Gets a value that indicates whether the associated ConfigurationElement object cannot be modified. |
![]() | IsPresent | Gets a value indicating whether the associated ConfigurationElement object is in the configuration file. |
![]() | LineNumber | Gets the line number in the configuration file where the associated ConfigurationElement object is defined. |
![]() | Properties | Gets a PropertyInformationCollection collection of the properties in the associated ConfigurationElement object. |
![]() | Source | Gets the source file where the associated ConfigurationElement object originated. |
![]() | Type | Gets the type of the associated ConfigurationElement object. |
![]() | Validator | Gets the object used to validate the associated ConfigurationElement object. |
