HttpApplicationState::Get Method (Int32)

 

Gets an HttpApplicationState object by numerical index.

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

public:
Object^ Get(
	int index
)

Parameters

index
Type: System::Int32

The index of the application state object.

Return 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: