System.Web.HttpApplicationState: Property Members

The properties of System.Web.HttpApplicationState are listed below. For a list of all members, see the HttpApplicationState Members list.

See Also: Inherited members from System.Collections.Specialized.NameObjectCollectionBase

Public Properties

[read-only]
AllKeysstring[].

Gets the access keys in the System.Web.HttpApplicationState collection.

[read-only]
ContentsHttpApplicationState.

Gets a reference to the System.Web.HttpApplicationState object.

[read-only]
override
Countint.

Gets the number of objects in the System.Web.HttpApplicationState collection.

[read-only]
default property
Item(int)object. Documentation for this section has not yet been entered.
default property
Item(string)object. Documentation for this section has not yet been entered.
[read-only]
StaticObjectsHttpStaticObjectsCollection.

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