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)
public: property Object^ default[ int index ] { virtual Object^ get(int index); virtual void set(int index, Object^ value); }
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: