HttpApplicationState::Item Property (Int32)
.NET Framework (current version)
Gets a single HttpApplicationState object by index.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The numerical index of the object in the collection.
The following example returns the first object (index = 0) from the HttpApplicationState collection of the intrinsic Application object and copies it to a new object variable.
.NET Framework
Available since 1.1
Available since 1.1
Show: