System.Web.Configuration.EventMappingSettingsCollection Class

Provides a collection of System.Web.Configuration.EventMappingSettings objects. This class cannot be inherited.

See Also: EventMappingSettingsCollection Members

Syntax

[System.Configuration.ConfigurationCollection(typeof(System.Web.Configuration.EventMappingSettings), CollectionType=System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap)]
public sealed class EventMappingSettingsCollection : System.Configuration.ConfigurationElementCollection

Remarks

The System.Web.Configuration.EventMappingSettings 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.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0