HttpModuleActionCollection.Item[Int32] Eigenschap

Definitie

Hiermee haalt u een item in deze verzameling op of stelt u dit in.

public:
 property System::Web::Configuration::HttpModuleAction ^ default[int] { System::Web::Configuration::HttpModuleAction ^ get(int index); void set(int index, System::Web::Configuration::HttpModuleAction ^ value); };
public System.Web.Configuration.HttpModuleAction this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.HttpModuleAction with get, set
Default Public Property Item(index As Integer) As HttpModuleAction

Parameters

index
Int32

Index van moduleverzameling.

Waarde van eigenschap

Het item op de opgegeven index.

Opmerkingen

Deze eigenschap is alleen bedoeld voor intern gebruik.

Van toepassing op