HttpSessionStateContainer::Item Property (Int32)

 

Gets or sets a session value by numerical index.

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

public:
property Object^ default[
	int index
] {
	virtual Object^ get(int index) sealed;
	virtual void set(int index, Object^ value) sealed;
}

Parameters

index
Type: System::Int32

The numerical index of the session value.

Property Value

Type: System::Object^

The session-state value stored at the specified index.

.NET Framework
Available since 2.0
Return to top
Show: