CookieAuthData.Cookies Property
Gets or sets the collection of authentication cookies.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Cookies As CookieCollection
Get
Set
'Usage
Dim instance As CookieAuthData
Dim value As CookieCollection
value = instance.Cookies
instance.Cookies = value
public CookieCollection Cookies { get; set; }
Property Value
Type: System.Net.CookieCollection
A System.Net.CookieCollection containing authentication cookies.