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