EventMappingSettings Constructor (String, String)
.NET Framework (current version)
Initializes a new instance of the EventMappingSettings class using the specified name and type.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System.String
The name of the EventMappingSettings object being created.
- type
-
Type:
System.String
The fully qualified type of the event class to use.
The following table shows the default settings that are used for this constructor.
Setting | Default Value |
|---|---|
0. | |
The following code example shows how to use the EventMappingSettings constructor. 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: