HttpSessionStateBase.Item Property (Int32)
.NET Framework (current version)
When overridden in a derived class, gets or sets a session value by using the specified 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 index of the session value.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: