HttpSessionStateContainer::Item Property (String^)
.NET Framework (current version)
Gets or sets a session value by name.
Assembly: System.Web (in System.Web.dll)
public: property Object^ default[ String^ name ] { virtual Object^ get(String^ name) sealed; virtual void set(String^ name, Object^ value) sealed; }
Parameters
- name
-
Type:
System::String^
The key name of the session value.
Implements
IHttpSessionState::Item[String^]
.NET Framework
Available since 2.0
Available since 2.0
Show: