HttpApplicationState Properties

 

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyAllKeys

Gets the access keys in the HttpApplicationState collection.

System_CAPS_pubpropertyContents

Gets a reference to the HttpApplicationState object.

System_CAPS_pubpropertyCount

Gets the number of objects in the HttpApplicationState collection.(Overrides NameObjectCollectionBase::Count.)

System_CAPS_pubpropertyItem[Int32]

Gets a single HttpApplicationState object by index.

System_CAPS_pubpropertyItem[String^]

Gets the value of a single HttpApplicationState object by name.

System_CAPS_pubpropertyKeys

Gets a NameObjectCollectionBase::KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.(Inherited from NameObjectCollectionBase.)

System_CAPS_pubpropertyStaticObjects

Gets all objects declared by an <object> tag where the scope is set to "Application" within the ASP.NET application.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::IsSynchronized

Gets a value indicating whether access to the NameObjectCollectionBase object is synchronized (thread safe).(Inherited from NameObjectCollectionBase.)

System_CAPS_pubinterfaceSystem_CAPS_privpropertyICollection::SyncRoot

Gets an object that can be used to synchronize access to the NameObjectCollectionBase object.(Inherited from NameObjectCollectionBase.)

Return to top
Show: