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 default Search provider that provides the data in response to a query.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property DefaultSearchProvider As SearchProvider
Get
Set
'Usage
Dim instance As SearchServiceApplication
Dim value As SearchProvider
value = instance.DefaultSearchProvider
instance.DefaultSearchProvider = value
public SearchProvider DefaultSearchProvider { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Query.SearchProvider
The default Search provider that provides the data in response to a query.
See Also
Reference
SearchServiceApplication Class