HealthMonitoringSection.Rules Property
.NET Framework (current version)
Gets a RuleSettingsCollection collection of RuleSettings objects.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("rules")>] member Rules : RuleSettingsCollection with get
Property Value
Type: System.Web.Configuration.RuleSettingsCollectionA 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: