FormsAuthenticationControl.Mode Property
Gets or sets the authentication mode for the forms authentication logon control.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Mode As AuthMode
Get
Set
'Usage
Dim instance As FormsAuthenticationControl
Dim value As AuthMode
value = instance.Mode
instance.Mode = value
public AuthMode Mode { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.WebControls.AuthMode
Returns an AuthMode object.
See Also
Reference
FormsAuthenticationControl Class