Silverlight SDK for Microsoft Bing
LocationOverride Property
OverviewMicrosoft.BingSearchEnvironmentLocationOverride
Gets/Sets the location override used in searches. By default, the location is sensed by IP address - this value will cause the search to use a specific location instead.
Declaration Syntax
C#Visual BasicVisual C++
public string LocationOverride { get; set; }
Public Property LocationOverride As String
public:
property String^ LocationOverride {
	String^ get ();
	void set (String^ value);
}

Assembly: Microsoft.Bing.Data (Module: Microsoft.Bing.Data) Version: 1.0.0.0 (1.0.0.0)