NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpApplicationState Properties

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

Public:

All Returns all application state objects in an array of objects.
AllKeys Enables user to retrieve all application state object names in collection.
Contents Returns "this". Provided for legacy ASP compatibility.
Count Gets the number of item objects in the application state collection.
Item Overloaded. [To be supplied.]

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

StaticObjects Exposes all objects declared via an <object runat=server></object> tag within the ASP+ application file.

Protected:

ReadOnly (inherited from NameObjectCollectionBase) [To be supplied.]

See Also

HttpApplicationState Class | System.Web Namespace