This documentation is archived and is not being maintained.
HttpApplicationState Properties
Visual Studio 2010
The HttpApplicationState type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllKeys | Gets the access keys in the HttpApplicationState collection. |
|
Contents | Gets a reference to the HttpApplicationState object. |
|
Count | Gets the number of objects in the HttpApplicationState collection. (Overrides NameObjectCollectionBase::Count.) |
|
IsReadOnly | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. (Inherited from NameObjectCollectionBase.) |
|
Item[Int32] | Gets a single HttpApplicationState object by index. |
|
Item[String] | Gets the value of a single HttpApplicationState object by name. |
|
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 | |
|---|---|---|
|
ICollection::IsSynchronized | Gets a value indicating whether access to the NameObjectCollectionBase object is synchronized (thread safe). (Inherited from NameObjectCollectionBase.) |
|
ICollection::SyncRoot | Gets an object that can be used to synchronize access to the NameObjectCollectionBase object. (Inherited from NameObjectCollectionBase.) |
Show: