HttpModuleActionCollection.Item Property (Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets an item in this collection.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

member Item : 
        index:int -> HttpModuleAction with get, set

Parameters

index
Type: System.Int32

Module collection index.

Property Value

Type: System.Web.Configuration.HttpModuleAction

The item at the specified index.

This property is intended for internal use only.

.NET Framework
Available since 2.0
Return to top
Show: