System.Web.Configuration.ProfileSettings.MinInterval Property

Gets or sets the minimum interval between two events of the same type.

Syntax

[System.Configuration.ConfigurationProperty("minInterval", DefaultValue="00:00:00")]
[System.ComponentModel.TypeConverter(typeof(System.Configuration.InfiniteTimeSpanConverter))]
public TimeSpan MinInterval { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The value can be made infinite by setting it to int.MaxValue. Invalid values may cause an exception when the configuration section is saved.

If the value is TimeSpan.Zero, then there is no minimum interval.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0