17 using System.Configuration;
 
   53     [ConfigurationCollection(typeof(PropElement),
 
   54         CollectionType=ConfigurationElementCollectionType.AddRemoveClearMap)]
 
   58         private static ConfigurationPropertyCollection _properties;
 
   61             _properties = 
new ConfigurationPropertyCollection();
 
   66         protected override ConfigurationPropertyCollection Properties
 
   68             get { 
return _properties; }
 
   71         public override ConfigurationElementCollectionType CollectionType
 
   73             get { 
return ConfigurationElementCollectionType.AddRemoveClearMap; }
 
   81                 if (base.BaseGet(index) != null)
 
   83                     base.BaseRemoveAt(index);
 
   85                 base.BaseAdd(index, value);
 
   97         protected override ConfigurationElement CreateNewElement()
 
  102         protected override object GetElementKey(ConfigurationElement element)
 
An Active Directory user property element field-title pair from 
.exe.config. These are user properties not in the regular default set.  
The list of Active Directory user property field-title pairs from 
.exe.config. These are user properties not in the regular default set.