EventMappingSettingsCollection Constructor

Definition

Initializes a new instance of the EventMappingSettingsCollection class.

public:
 EventMappingSettingsCollection();
public EventMappingSettingsCollection ();
Public Sub New ()

Remarks

The EventMappings property of the HealthMonitoringSection class always contains an instance of the EventMappingSettingsCollection. Use this instance, rather than creating your own instance of the class.

Applies to

See also