RuleSettings.EventName Property

 

Gets or sets the name of the EventMappingSettings object this rule applies to.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

[<ConfigurationPropertyAttribute("eventName", IsRequired = true,
    DefaultValue = "")>]
member EventName : string with get, set

Property Value

Type: System.String

The name of the EventMappingSettings object this rule applies to.

The EventMappingSettings object referenced by this property must be contained by the same HealthMonitoringSection object that also contains this RuleSettings

object.

The following code example shows how to use the EventName property. This code example is part of a larger example provided for the HealthMonitoringSection class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: