Share via


CookiesAuthenticationControl.HasChanges property

Gets a value indicating whether the values for the cookie authentication logon control have changed.

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

Syntax

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

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

Property value

Type: System.Boolean
true if the values for the control have changed; otherwise, false.

See also

Reference

CookiesAuthenticationControl class

CookiesAuthenticationControl members

Microsoft.Office.Server.Search.WebControls namespace