FormsAuthenticationControl.SearchApplication property

Gets or sets the Search service application.

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

Syntax

'Declaration
Public Property SearchApplication As SearchServiceApplication
    Get
    Set
'Usage
Dim instance As FormsAuthenticationControl
Dim value As SearchServiceApplication

value = instance.SearchApplication

instance.SearchApplication = value
public SearchServiceApplication SearchApplication { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.SearchServiceApplication
The Search service application.

See also

Reference

FormsAuthenticationControl class

FormsAuthenticationControl members

Microsoft.Office.Server.Search.WebControls namespace