EventMappingSettings Class [IIS 7 and higher]
Contains mappings of friendly event names to related event types.
Syntax
class EventMappingSettings : EmbeddedObject
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the EventMappingSettings class.
Name |
Description |
---|---|
EventMappings |
An array of EventMappingElement objects that map friendly event names to related event types. |
Subclasses
This class contains no subclasses.
Remarks
Instances of this class are contained in the EventMappings array property of the HealthMonitoringSection class.
Event mappings allow you to assign friendly names to event sources. These names are used to associate event sources with the related event consumers, called providers, in the Rules property of the HealthMonitoringSection class.
Inheritance Hierarchy
EventMappingSettings
Requirements
Type |
Description |
---|---|
Client |
Requires IIS 7 on Windows Vista. |
Server |
Requires IIS 7 on Windows Server 2008. |
Product |
IIS 7 |
MOF file |
WebAdministration.mof |
See Also
Reference
EmbeddedObject Class [IIS 7 and higher]
EventMappingElement Class [IIS 7 and higher]
HealthMonitoringSection Class [IIS 7 and higher]
ProviderSettings Class [IIS 7 and higher]
RuleSettings Class [IIS 7 and higher]
WebEventCodes