ConfigurationProperty
Represents an attribute or a child of a configuration element. This class cannot be inherited.
namespace System.Configuration
{
internal enum NamespaceChange
{
None,
Add,
Remove
}
}