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