This documentation is archived and is not being maintained.
HttpApplicationState::Item Property
Visual Studio 2008
Gets access to an object in an HttpApplicationState collection. This property is overloaded to allow access to an object by name or numerical index.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Item[Int32] | Gets a single HttpApplicationState object by index. |
|
Item[String] | Gets the value of a single HttpApplicationState object by name. |
Show: