HttpApplicationState Properties
Assembly: System.Web (in System.Web.dll)
| 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.) |
![]() | 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.) |


