This documentation is archived and is not being maintained.
HttpApplicationState Properties
.NET Framework 1.1
The properties of the HttpApplicationState class are listed here. For a complete list of HttpApplicationState class members, see the HttpApplicationState Members topic.
Public Properties
AllKeys | Gets the access keys in the HttpApplicationState collection. |
Contents | Gets a reference to the HttpApplicationState object. |
Count | Overridden. Gets the number of objects in the HttpApplicationState collection. |
Item | Overloaded. Gets access to an object in an HttpApplicationState collection. This property is overloaded to allow access to an object by name or numerical index.
In C#, this property is the indexer for the HttpApplicationState class. |
Keys (inherited from NameObjectCollectionBase) | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. |
StaticObjects | Gets all objects declared by an <object> tag where the scope is set to "Application" within the ASP.NET application. |
Protected Properties
IsReadOnly (inherited from NameObjectCollectionBase) | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. |
See Also
Show:
