HttpApplicationState::Item Property (Int32)

 

Gets a single HttpApplicationState object by index.

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

public:
property Object^ default[
	int index
] {
	Object^ get(int index);
}

Parameters

index
Type: System::Int32

The numerical index of the object in the collection.

Property Value

Type: System::Object^

The object referenced by index.

The following example returns the first object (index = 0) from the HttpApplicationState collection of the intrinsic Application object and copies it to a new object variable.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: