Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the authentication mode for the 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
A value from the AuthMode enumeration.
See Also
Reference
FormsAuthenticationControl Class