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