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!

Page.Application

Gets the Application object provided by the HTTP Runtime.

[Visual Basic]
Public ReadOnly Property Application As HttpApplicationState
[C#]
public HttpApplicationState Application {get;}
[C++]
public: __property HttpApplicationState* get_Application();
[JScript]
public function get Application() : HttpApplicationState;

Property Value

The current data in the HttpApplicationState class.

See Also

Page Class | Page Members | System.Web.UI Namespace | HttpApplicationState