[To be supplied.]
[C#] In C#, this member is the indexer for the HttpApplicationState class.
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)
HttpApplicationState Class | HttpApplicationState Members | System.Web Namespace