HttpSessionStateWrapper::Item Property

 

Gets or sets individual session values.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyItem[Int32]

Gets or sets a session value by using the specified index.(Overrides HttpSessionStateBase::Item[Int32].)

System_CAPS_pubpropertyItem[String^]

Gets or sets a session value by using the specified name.(Overrides HttpSessionStateBase::Item[String^].)

Return to top
Show: