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.Contents

Returns "this". Provided for legacy ASP compatibility.

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

Property Value

A reference to the HttpApplicationState object.

See Also

HttpApplicationState Class | HttpApplicationState Members | System.Web Namespace