System.Web.Configuration.EventMappingSettingsCollection.IndexOf Method

Returns the index of the specified System.Web.Configuration.EventMappingSettings object.

Syntax

public int IndexOf (string name)

Parameters

name
The name of an System.Web.Configuration.EventMappingSettings object in the collection.

Returns

The index of the specified System.Web.Configuration.EventMappingSettings object, or -1 if the object is not found in the collection.

Remarks

Documentation for this section has not yet been entered.

Requirements

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