Skip to main content
A newer version of this page is available. .

BingSearchOptions.AutocorrectQuery Property

OBSOLETE

Due to changing Bing SOAP API to REST API, several options are not supported now. Please refer to the https://msdn.microsoft.com/en-us/library/cc980922.aspx topic to learn more.

Gets or sets a value indicating whether or not it is necessary to automatically correct a search query.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

[Browsable(false)]
[Obsolete("Due to changing Bing SOAP API to REST API, several options are not supported now. Please refer to the https://msdn.microsoft.com/en-us/library/cc980922.aspx topic to learn more.")]
[PreferableMember("BingSearchOptions", "AutocorrectQuery", "Boolean")]
public bool AutocorrectQuery { get; set; }

Property Value

Type Description
Boolean

true to automatically correct a query; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AutocorrectQuery
BingSearchDataProvider
.SearchOptions.AutocorrectQuery
See Also