HttpApplicationState Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| 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. |
| Keys | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
| StaticObjects | Gets all objects declared by an <object> tag where the scope is set to "Application" within the ASP.NET application. |
| Name | Description | |
|---|---|---|
| IsReadOnly | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. (Inherited from NameObjectCollectionBase.) |
Community Additions
ADD
Show: