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!

CookieCollection.Item

[To be supplied.]

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

Overload List

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)

See Also

CookieCollection Class | CookieCollection Members | System.Web.Services.Protocols Namespace