HttpApplicationStateWrapper::Item Property (Int32)
.NET Framework (current version)
Gets a state object by index.
Assembly: System.Web (in System.Web.dll)
public: property Object^ default[ int index ] { virtual Object^ get(int index) override; }
Parameters
- index
-
Type:
System::Int32
The index of the object in the collection.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is outside the valid range of indexes for the collection. |
.NET Framework
Available since 3.5
Available since 3.5
Show: