BingSearchOptions.AutocorrectQueryProperty Field
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.
Identifies the BingSearchOptions.AutocorrectQuery dependency property.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
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", "AutocorrectQueryProperty", "DependencyProperty")]
public static readonly DependencyProperty AutocorrectQueryProperty
Field Value
Type | Description |
---|---|
DependencyProperty | A dependency property identifier. |
See Also