HttpSessionState.Item Property (Int32)
.NET Framework 3.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: property Object^ default [int] { Object^ get (int index); void set (int index, Object^ value); }
/** @property */ public Object get_Item (int index) /** @property */ public 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, or a null reference (Nothing in Visual Basic) if the item does not exist.Community Additions
ADD
Show: