KnowledgeBaseSearchIndexActivityArguments.QueryType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The query syntax used to execute the search. Query hints can cause semantic queries to use full query syntax.
public Azure.Search.Documents.Models.SearchQueryType? QueryType { get; }
member this.QueryType : Nullable<Azure.Search.Documents.Models.SearchQueryType>
Public ReadOnly Property QueryType As Nullable(Of SearchQueryType)