[To be supplied.]
[C#] In C#, this member is the indexer for the CookieCollection class.
Get or set a cookie by its index in the collection
[Visual Basic] Overloads Public Default Property Item(Integer) As Cookie
[C#] public Cookie this[int] {get; set;}
[C++] public: __property Cookie* get_Item(int);
public: __property void set_Item(int, Cookie*);
[JScript] CookieCollection.Item (int)
Get or set a cookie by its name.
[Visual Basic] Overloads Public Default Property Item(String) As Cookie
[C#] public Cookie this[String] {get; set;}
[C++] public: __property Cookie* get_Item(String*);
public: __property void set_Item(String*, Cookie*);
[JScript] CookieCollection.Item (String)
CookieCollection Class | CookieCollection Members | System.Web.Services.Protocols Namespace