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
Returns Boolean.
See Also
Reference
CookiesAuthenticationControl Class