HttpSessionStateContainer.Item Property (Int32)
.NET Framework 2.0
Gets or sets a session value by numerical index.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property Object^ default [int] { Object^ get (int index) sealed; void set (int index, Object^ value) sealed; }
/** @property */ public final Object get_Item (int index) /** @property */ public final void set_Item (int index, Object value)
Not applicable.
Parameters
- index
The numerical index of the session value.
Property Value
The session-state value stored at the specified index.Community Additions
ADD
Show: