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