System.Web 2.0.0.0 System.Configuration.ConfigurationElementCollection System.Configuration.ConfigurationCollection(typeof(System.Web.Configuration.EventMappingSettings), CollectionType=System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap) The class corresponds to the eventMappings configuration file element. The eventMappings element allows you to assign friendly names to event sources. These names are then used to associate event sources with the related event consumers, called providers, in the rules subsection of the healthMonitoring section of the configuration file. Provides a collection of objects. This class cannot be inherited. Constructor The property of the class always contains an instance of the . Use this instance, rather than creating your own instance of the class. Initializes a new instance of the class. 2.0.0.0 Method System.Void The collection must not already contain a object with the same name. Adds an object to the collection. An object to add to the collection. 2.0.0.0 Method System.Void This method inserts a clear directive into the appropriate section of the configuration file to clear all references to elements defined in a higher-level configuration file. All elements defined in the appropriate section of the current configuration file are removed. Removes all objects from the collection. 2.0.0.0 Method System.Boolean This method returns false if the specified name does not exist. Indicates whether the collection contains an object with the specified name. true if the collection contains an object with the specified name; otherwise, false. The name of an object in the collection. 2.0.0.0 Method System.Configuration.ConfigurationElement To be added. To be added. To be added. 2.0.0.0 Method System.Object To be added. To be added. To be added. An object in the collection. 2.0.0.0 Method System.Int32 To be added. Returns the index of the specified object. The index of the specified object, or -1 if the object is not found in the collection. The name of an object in the collection. 2.0.0.0 Method System.Void If the index parameter equals the number of items in the collection, then the entry is appended to the end of the collection. Adds the specified object to the specified index point in the collection. A valid index of an object in the collection. The object to insert into the collection. 2.0.0.0 Property System.Web.Configuration.EventMappingSettings To be added. To be added. To be added. To be added. 2.0.0.0 Property System.Web.Configuration.EventMappingSettings To be added. To be added. To be added. To be added. 2.0.0.0 Property System.Configuration.ConfigurationPropertyCollection To be added. To be added. To be added. 2.0.0.0 Method System.Void This method inserts a remove element into the appropriate section of the configuration file for any element defined in a higher-level configuration file. If the element is defined in the appropriate section of the current configuration file, its entry is removed from the configuration file. The object to remove must exist in the collection. Removes an object from the collection. The name of the to remove from the collection. 2.0.0.0 Method System.Void This method inserts a remove element into the appropriate section of the configuration file for any element defined in a higher-level configuration file. If the element is defined in the appropriate section of the current configuration file, its entry is removed from the configuration file. The object to remove must exist in the collection. Removes an object from the collection. The index of an object in the collection. 2.0.0.0