Share via


BingCustomSearchConfiguration.Market Property

Definition

The market where the results come from. Typically, market is the country where the user is making the request from. However, it could be a different country if the user is not located in a country where Bing delivers results. The market must be in the form: <language>-<country/region> where <language> is an ISO 639-1 language code (neutral culture) and <country/region> is an ISO 3166 country/region (specific culture) code. For example, en-US. The string is case insensitive. For a list of possible market values, see Market codes. If known, you are encouraged to always specify the market. Specifying the market helps Bing route the request and return an appropriate and optimal response. If you specify a market that is not listed in Market codes, Bing uses a best fit market code based on an internal mapping that is subject to change.

public string Market { get; set; }
member this.Market : string with get, set
Public Property Market As String

Property Value

Applies to