RuleSettings.Provider Property
.NET Framework (current version)
Gets or sets the name of the ProviderSettings object this rule applies to.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("provider", DefaultValue := "")> Public Property Provider As String
The ProviderSettings 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 Provider 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: