HttpSessionStateContainer::Item Property (Int32)
.NET Framework (current version)
Gets or sets a session value by numerical index.
Assembly: System.Web (in System.Web.dll)
public: property Object^ default[ int index ] { virtual Object^ get(int index) sealed; virtual void set(int index, Object^ value) sealed; }
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: