HttpApplicationState::Get Method (Int32)
.NET Framework (current version)
Gets an HttpApplicationState object by numerical index.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The index of the application state object.
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: