SearchServiceApplicationInfo Members
Include Protected Members
Include Inherited Members
Represents information about the search service application.
The SearchServiceApplicationInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SearchServiceApplicationInfo(Boolean, Boolean) | Initializes a new instance of the SearchServiceApplicationInfo with the specified query options configured. | |
SearchServiceApplicationInfo(Guid, Boolean, Boolean, Dictionary<String, String>, SearchProvider) | Initializes a new instance of the SearchServiceApplicationInfo based on the specified Search service application identifier (ID), with the specified query options configured. |
Top
Properties
Name | Description | |
---|---|---|
DefaultSearchProvider | Gets the search provider specified for the search service application. | |
PropertyBag | Gets the collection of property names and values for the Search service application. | |
QueryLoggingEnabled | Gets a Boolean value specifying whether query logging is enabled | |
QuerySuggestionsEnabled | Gets a Boolean value specifying whether query suggestions are enabled. | |
SearchServiceApplicationId | Gets or sets the GUID for the search service application. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top