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 the search provider specified for the search service application.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property DefaultSearchProvider As SearchProvider
Get
Friend Set
'Usage
Dim instance As SearchServiceApplicationInfo
Dim value As SearchProvider
value = instance.DefaultSearchProvider
[DataMemberAttribute]
public SearchProvider DefaultSearchProvider { get; internal set; }
Property Value
Type: Microsoft.Office.Server.Search.Query.SearchProvider
A value from the SearchProvider enumeration.
See Also
Reference
SearchServiceApplicationInfo Class