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

[To be supplied.]

[Visual Basic]
Public ReadOnly Property All As Cookie ()
[C#]
public Cookie[] All {get;}
[C++]
public: __property Cookie* get_All();
[JScript]
public function get All() : Cookie[];

See Also

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