HealthMonitoringSection.Rules Property

 

Gets a RuleSettingsCollection collection of RuleSettings objects.

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

[<ConfigurationPropertyAttribute("rules")>]
member Rules : RuleSettingsCollection with get

Property Value

Type: System.Web.Configuration.RuleSettingsCollection

A RuleSettingsCollection collection. The default is an empty RuleSettingsCollection collection

Each RuleSettings object defines a connection between an event defined in the EventMappings property and an event provider defined in the Providers property.

The following code example shows how to use the Rules 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: