FormsAuthenticationControl.HasChanges Property
Gets a value indicating whether the values for the forms 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 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
Returns a Boolean object.
See Also
Reference
FormsAuthenticationControl Class