HttpApplicationState.Item Property
.NET Framework 2.0
Gets access to an object in an HttpApplicationState collection. This property is overloaded to allow access to an object by name or numerical index.
| Name | Description |
|---|---|
| HttpApplicationState.Item (Int32) | Gets a single HttpApplicationState object by index. |
| HttpApplicationState.Item (String) | Gets the value of a single HttpApplicationState object by name. |
Community Additions
ADD
Show: