This documentation is archived and is not being maintained.

HttpApplicationState Properties

The properties of the HttpApplicationState class are listed here. For a complete list of HttpApplicationState class members, see the HttpApplicationState Members topic.

Public Properties

public propertyAllKeys Gets the access keys in the HttpApplicationState collection.
public propertyContents Gets a reference to the HttpApplicationState object.
public propertyCount Overridden. Gets the number of objects in the HttpApplicationState collection.
public propertyItem 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.

In C#, this property is the indexer for the HttpApplicationState class.

public propertyKeys (inherited from NameObjectCollectionBase) Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance.
public propertyStaticObjects Gets all objects declared by an <object> tag where the scope is set to "Application" within the ASP.NET application.

Protected Properties

protected propertyIsReadOnly (inherited from NameObjectCollectionBase) Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only.

See Also

HttpApplicationState Class | System.Web Namespace

Show: