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

[To be supplied.]

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

Overload List

Enables a user to add/remove/update a single application state object.

[Visual Basic] Overloads Public Default Property Item(String) As Object
[C#] public object this[String] {get; set;}
[C++] public: __property Object* get_Item(String*);
public: __property void set_Item(String*, Object*);
[JScript] HttpApplicationState.Item (String)

Enables user to retrieve an application state object by index.

[Visual Basic] Overloads Public Default ReadOnly Property Item(Integer) As Object
[C#] public object this[int] {get;}
[C++] public: __property Object* get_Item(int);
[JScript] HttpApplicationState.Item (int)

See Also

HttpApplicationState Class | HttpApplicationState Members | System.Web Namespace