HttpApplicationStateWrapper::Item Property

 

Gets an object in an HttpApplicationState collection by name or index.

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

NameDescription
System_CAPS_pubpropertyItem[Int32]

Gets a state object by index.(Overrides HttpApplicationStateBase::Item[Int32].)

System_CAPS_pubpropertyItem[String^]

Gets a state object by name.(Overrides HttpApplicationStateBase::Item[String^].)

Return to top
Show: