Udostępnij za pośrednictwem


HttpModuleActionCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia element w tej kolekcji.

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

Parametry

index
Int32

Indeks kolekcji modułów.

Wartość właściwości

HttpModuleAction

Element w określonym indexelemencie .

Uwagi

Ta właściwość jest przeznaczona tylko do użytku wewnętrznego.

Dotyczy