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.v24.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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 |
|
See Also