The properties of the HttpApplicationState class are listed below. For a complete list of HttpApplicationState class members, see the HttpApplicationState Members topic.
All | Returns all application state objects in an array of objects. |
AllKeys | Enables user to retrieve all application state object names in collection. |
Contents | Returns "this". Provided for legacy ASP compatibility. |
Count | Gets the number of item objects in the application state collection. |
Item | Overloaded. [To be supplied.]
In C#, this member is the indexer for the HttpApplicationState class. |
StaticObjects | Exposes all objects declared via an <object runat=server></object> tag within the ASP+ application file. |
ReadOnly (inherited from NameObjectCollectionBase) | [To be supplied.] |