System.Web.Configuration.EventMappingSettings.StartEventCode Property

Gets or sets the starting event code of the range.

Syntax

[System.Configuration.ConfigurationProperty("startEventCode", DefaultValue="0")]
[System.Configuration.IntegerValidator(MinValue=0, MaxValue=2147483647)]
public int StartEventCode { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Event codes are mapped to events defined by the constants in the System.Web.Management.WebEventCodes object. The mapping uses a range specified with the EventMappingSettings.StartEventCode and EventMappingSettings.EndEventCode properties.

Requirements

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