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

Gets the number of item objects in the application state collection.

[Visual Basic]
Overridable Public ReadOnly Property Count As Integer
[C#]
public int Count {override get;}
[C++]
public: __property virtual int get_Count();
[JScript]
public function get Count() : int;

Property Value

Default value is 0.

See Also

HttpApplicationState Class | HttpApplicationState Members | System.Web Namespace