FormsAuthenticationControl.HasChanges property

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

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

Syntax

'Declaration
Public Property HasChanges As Boolean
    Get
    Set
'Usage
Dim instance As FormsAuthenticationControl
Dim value As Boolean

value = instance.HasChanges

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

Property value

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

See also

Reference

FormsAuthenticationControl class

FormsAuthenticationControl members

Microsoft.Office.Server.Search.WebControls namespace