HealthMonitoringSection.EventMappings Property
.NET Framework (current version)
Gets a EventMappingSettingsCollection collection of EventMappingSettings objects.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("eventMappings")>] member EventMappings : EventMappingSettingsCollection with get
Property Value
Type: System.Web.Configuration.EventMappingSettingsCollectionA EventMappingSettingsCollection collection of EventMappingSettings objects. The default is an empty EventMappingSettingsCollection collection.
The following code example shows how to use the EventMappings property. This code example is part of a larger example provided for the HealthMonitoringSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: