HttpSessionStateContainer.Item Property (Int32)
.NET Framework (current version)
Gets or sets a session value by numerical index.
Assembly: System.Web (in System.Web.dll)
abstract Item : index:int -> Object with get, set override Item : index:int -> Object with get, set
Parameters
- index
-
Type:
System.Int32
The numerical index of the session value.
Implements
IHttpSessionState.Item(Int32)
.NET Framework
Available since 2.0
Available since 2.0
Show: