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

Enables user to retrieve all application state object names in collection.

[Visual Basic]
Public ReadOnly Property AllKeys As String ()
[C#]
public string[] AllKeys {get;}
[C++]
public: __property String* get_AllKeys();
[JScript]
public function get AllKeys() : String[];

Property Value

An array of application state object names.

See Also

HttpApplicationState Class | HttpApplicationState Members | System.Web Namespace