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!

HttpCookie.HasKeys

Gets a value ndicating whether the cookie has sub-keys.

[Visual Basic]
Public ReadOnly Property HasKeys As Boolean
[C#]
public bool HasKeys {get;}
[C++]
public: __property bool get_HasKeys();
[JScript]
public function get HasKeys() : Boolean;

Property Value

true if the cookies has sub-keys, otherwise false. The default value is false.

See Also

HttpCookie Class | HttpCookie Members | System.Web Namespace