Share via


CookiesAuthenticationControl.ObtainsCookieFromUrl property

Gets a value indicating whether to use a URL to obtain a cookie for the control.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property ObtainsCookieFromUrl As Boolean
    Get
'Usage
Dim instance As CookiesAuthenticationControl
Dim value As Boolean

value = instance.ObtainsCookieFromUrl
public bool ObtainsCookieFromUrl { get; }

Property value

Type: System.Boolean
true to use a URL to obtain a cookie for the control; otherwise, false.

See also

Reference

CookiesAuthenticationControl class

CookiesAuthenticationControl members

Microsoft.Office.Server.Search.WebControls namespace