FormsAuthenticationControl.Mode Property

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

FormsAuthenticationControl Members

Microsoft.Office.Server.Search.WebControls Namespace