The members of System.Web.Configuration.RuleSettings are listed below.
See Also: Inherited members from System.Configuration.ConfigurationElement
Initializes a new instance of the System.Web.Configuration.RuleSettings class using default settings; however, the name, event name, and provider are specified. | ||
Initializes a new instance of the System.Web.Configuration.RuleSettings class where all values except those of the RuleSettings.Custom class are specified. | ||
Initializes a new instance of the System.Web.Configuration.BufferModeSettings class where all values are specified. |
Custom | string.
Gets or sets the fully qualified type of a custom class that implements System.Web.Management.IWebEventCustomEvaluator. | |
EventName | string.
Gets or sets the name of the System.Web.Configuration.EventMappingSettings object this rule applies to. | |
MaxLimit | int.
Gets or sets the maximum number of times events of the same type are raised. | |
MinInstances | int.
Gets or sets the minimum number of occurrences of the same type of event before the event is raised to the provider. | |
MinInterval | TimeSpan.
Gets or sets the minimum time interval between two events of the same type. | |
Name | string.
Gets or sets the name of the System.Web.Configuration.RuleSettings object. | |
Profile | string.
Gets or sets the name of the System.Web.Configuration.ProfileSettings object this rule applies to. | |
Provider | string.
Gets or sets the name of the System.Configuration.ProviderSettings object this rule applies to. |
[read-only] override | Properties | System.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered. |